We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b15a6 commit 90564d3Copy full SHA for 90564d3
.circleci/config.yml
@@ -85,7 +85,7 @@ jobs:
85
- run:
86
name: Authenticate with registry
87
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
88
- - run: yarn release:canary --yes
+ - run: npm run release:canary --yes
89
90
release_stable:
91
<<: *defaults
package.json
@@ -9,7 +9,7 @@
9
"build:store": "ng-packagr -p packages/store",
10
"build:form": "ng-packagr -p packages/form",
11
"build:router": "ng-packagr -p packages/router",
12
- "release:canary": "lerna publish --canary --npm-tag next",
+ "release:canary": "lerna publish --canary --npm-tag next --npm-client npm",
13
"release:stable": "lerna version",
14
"release:stable:ci": "lerna publish from-git",
15
"clean": "npm-run-all -p clean:*",
0 commit comments