mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
prepare nuxt-next
This commit is contained in:
parent
ff96145dd3
commit
efa0c6524e
@ -36,10 +36,9 @@ jobs:
|
||||
|
||||
# Release next
|
||||
- run:
|
||||
name: Release Next version
|
||||
name: Publish nuxt-next
|
||||
command: |
|
||||
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
||||
echo "TOKEN: $NPM_TOKEN"
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
npm run release-next
|
||||
fi
|
||||
|
@ -57,7 +57,7 @@
|
||||
"make-start": "node ./build/start.js",
|
||||
"precommit": "npm run lint",
|
||||
"postinstall": "opencollective postinstall || exit 0",
|
||||
"release-next": "npm run build && node ./build/release-next && npm publish --tag next"
|
||||
"release-next": "npm run build && node ./build/release-next && npm publish"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.11",
|
||||
|
Loading…
Reference in New Issue
Block a user