1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Remove release pro from commands

This commit is contained in:
adrinr 2023-04-20 11:49:55 +01:00
parent 1b3d92ae86
commit 0a83d8eec8

View file

@ -29,8 +29,8 @@
"backend:build": "./scripts/scopeBackend.sh 'lerna run --stream build'",
"build:sdk": "lerna run --stream build:sdk",
"deps:circular": "madge packages/server/dist/index.js packages/worker/src/index.ts packages/backend-core/dist/src/index.js packages/cli/src/index.js --circular",
"release": "lerna publish ${RELEASE_VERSION_TYPE:-patch} --yes --force-publish && yarn release:pro",
"release:develop": "lerna publish prerelease --yes --force-publish --dist-tag develop --exact && yarn release:pro:develop",
"release": "lerna publish ${RELEASE_VERSION_TYPE:-patch} --yes --force-publish",
"release:develop": "lerna publish prerelease --yes --force-publish --dist-tag develop --exact",
"restore": "yarn run clean && yarn run bootstrap && yarn run build",
"nuke": "yarn run nuke:packages && yarn run nuke:docker",
"nuke:packages": "yarn run restore",