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:
parent
b1d8d775ee
commit
57c61cde3a
|
@ -22,7 +22,7 @@ jobs:
|
||||||
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
# - run:
|
# - run:
|
||||||
# name: Publishing to Stable Channel
|
# name: Publishing to Stable Channel
|
||||||
# command: npm run lerna publish from-git --yes
|
# command: yarn run lerna publish from-git --yes
|
||||||
|
|
||||||
publish-canary:
|
publish-canary:
|
||||||
docker:
|
docker:
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
- run:
|
- run:
|
||||||
name: Publishing to Canary Channel
|
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:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
unscheduled:
|
unscheduled:
|
||||||
|
|
Loading…
Reference in a new issue