fix packages
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:all": "./build-all.sh",
|
||||
"build": "./build.sh $1",
|
||||
"build:one": "./build.sh $1",
|
||||
"enter": "./boot/scripts/enter.sh",
|
||||
"testnet": "git checkout testnet && git merge dev && lerna publish prerelease && git push && git checkout dev && git merge testnet",
|
||||
"production": "git checkout main && git merge -X theirs testnet && lerna publish --conventional-commits --conventional-graduate && git push && git checkout dev && git merge main",
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
"boot": "lerna run dev --scope @coopenomics/boot",
|
||||
"build:lib": "lerna run build --scope @coopenomics/factory --scope @coopenomics/cooptypes",
|
||||
"build:contracts:all": "lerna run build:all --scope @coopenomics/contracts",
|
||||
"build:contract": "lerna run build --scope @coopenomics/contracts --",
|
||||
"build:contract": "lerna run build:one --scope @coopenomics/contracts --",
|
||||
"dev:desktop": "lerna run dev --parallel --scope @coopenomics/desktop",
|
||||
"dev:backend": "lerna run dev --parallel --scope @coopenomics/parser --scope @coopenomics/controller --scope coop-notificator",
|
||||
"dev:lib": "lerna run dev --parallel --scope @coopenomics/factory --scope cooptypes",
|
||||
|
||||
Reference in New Issue
Block a user