diff --git a/package.json b/package.json index 5dd81f004..3dacfde48 100644 --- a/package.json +++ b/package.json @@ -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": {