chore: config
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
|
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
|
||||||
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
|
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"version-bump": "lerna version --no-push --conventional-commits --yes -m \"chore(release): publish\"",
|
"version-bump": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
|
||||||
"publish-packages": "lerna publish from-git --yes",
|
"publish-packages": "lerna publish from-git --yes",
|
||||||
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock"
|
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "yarn workspaces foreach --parallel run build",
|
||||||
"preversion": "yarn workspaces foreach --parallel run build",
|
"preversion": "yarn workspaces foreach --parallel run build",
|
||||||
"version": "node scripts/package-components.mjs"
|
"version": "node scripts/package-components.mjs"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user