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

Use yarn to correctly pass through arguments

This commit is contained in:
Tim Neutkens 2018-10-02 16:54:36 +02:00
parent b1d8d775ee
commit 57c61cde3a

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 --yes
# command: yarn 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 --yes
command: yarn run lerna publish from-git --npm-tag canary --yes
workflows:
version: 2
unscheduled: