mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: add start:server npm script for quick server launch from root directory (#484) @orzyyyy
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "lerna bootstrap --hoist",
|
||||
"start:server": "cd ./packages/ui/certd-server && npm start",
|
||||
"devb": "lerna run dev-build",
|
||||
"i-all": "lerna link && lerna exec npm install ",
|
||||
"publish": "npm run prepublishOnly2 && lerna publish --force-publish=pro/plus-core --conventional-commits --create-release github && npm run afterpublishOnly && npm run commitAll",
|
||||
|
||||
Reference in New Issue
Block a user