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
|
# Release next
|
||||||
- run:
|
- run:
|
||||||
name: Release Next version
|
name: Publish nuxt-next
|
||||||
command: |
|
command: |
|
||||||
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
||||||
echo "TOKEN: $NPM_TOKEN"
|
|
||||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
npm run release-next
|
npm run release-next
|
||||||
fi
|
fi
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
"make-start": "node ./build/start.js",
|
"make-start": "node ./build/start.js",
|
||||||
"precommit": "npm run lint",
|
"precommit": "npm run lint",
|
||||||
"postinstall": "opencollective postinstall || exit 0",
|
"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": {
|
"engines": {
|
||||||
"node": ">=6.11",
|
"node": ">=6.11",
|
||||||
|
Loading…
Reference in New Issue
Block a user