mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(ci): release-next script
This commit is contained in:
parent
9b8cbed512
commit
9e0aa84416
@ -35,5 +35,5 @@ jobs:
|
||||
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
npm run release-next
|
||||
./build/release-next && npm publish --tag next
|
||||
fi
|
||||
|
@ -50,8 +50,7 @@
|
||||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
||||
"lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
|
||||
"precommit": "npm run lint",
|
||||
"postinstall": "opencollective postinstall || exit 0",
|
||||
"release-next": "npm run build && node ./build/release-next && npm publish --tag next"
|
||||
"postinstall": "opencollective postinstall || exit 0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user