We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21af57e commit 229db85Copy full SHA for 229db85
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "@sovereign/core",
4
- "version": "0.7.1",
+ "version": "0.7.2",
5
"description": "Core runtime and service framework for the Sovereign platform",
6
"main": "./dist/bootstrap.mjs",
7
"bin": {
@@ -22,7 +22,6 @@
22
"start": "NODE_ENV=production node --import ./scripts/register-alias.mjs dist/bootstrap.mjs",
23
"start:src": "node --import ./scripts/register-alias.mjs src/bootstrap.mjs",
24
"dev": "nodemon",
25
- "prepare": "node ./scripts/build.mjs",
26
"build": "node ./scripts/build.mjs",
27
"reset": "yarn prisma:reset",
28
"test": "node --import ./scripts/register-alias.mjs --test --import ./tests/setup.mjs ./tests/*.test.mjs",
0 commit comments