Skip to content

Commit

Permalink
misc: forgot to remove dry-run flag in release command
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Oct 1, 2023
1 parent c71696b commit 8e43a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prebuild": "npx nx run-many --parallel=${PARALLEL:-3} -t prebuild",
"build": "npm run lint:configs && npx nx run-many --parallel=${PARALLEL:-3} -t build",
"test": "npm run lint:configs && npx nx run-many --parallel=${PARALLEL:-3} -t test",
"release:lib": "./wipe.sh && npm run build && npm run lint && npm run test && sh ./tools/scripts/bump-version.sh && read -p 'Enter OTP: ' otp && export NPM_CONFIG_OTP=$otp && npx nx release publish -g -d paima-sdk",
"release:lib": "./wipe.sh && npm run build && npm run lint && npm run test && sh ./tools/scripts/bump-version.sh && read -p 'Enter OTP: ' otp && export NPM_CONFIG_OTP=$otp && npx nx release publish -g paima-sdk",
"release:bin": "./wipe.sh && npm run lint:configs && npx nx run-many --parallel=${PARALLEL:-3} -t release && cp -r ./packages/engine/paima-standalone/packaged/@standalone/* ./bin"
},
"devDependencies": {
Expand Down

0 comments on commit 8e43a65

Please sign in to comment.