1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add yes to publish command

This commit is contained in:
Tim Neutkens 2018-10-02 16:16:03 +02:00
parent 3f5524abd3
commit f9d54c1336

View file

@ -22,7 +22,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
# - run:
# name: Publishing to Stable Channel
# command: npm run lerna publish from-git
# command: npm run lerna publish from-git --yes
publish-canary:
docker:
@ -37,7 +37,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run:
name: Publishing to Canary Channel
command: npm run lerna publish from-git --npm-tag canary
command: npm run lerna publish from-git --npm-tag canary --yes
workflows:
version: 2
unscheduled: