We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e34ae commit f953b1dCopy full SHA for f953b1d
.circleci/config.yml
@@ -41,9 +41,9 @@ jobs:
41
- run:
42
name: Pre-Publish Script
43
command: ./tools/publish.sh
44
- - run:
45
- name: Authenticate with registry
46
- command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/repo/.npmrc
+ # - run:
+ # name: Authenticate with registry
+ # command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/repo/.npmrc
47
48
name: Publish CLI
49
command: npm run publish
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "lerna bootstrap",
8
"test": "cd packages/e2e && npm test",
9
- "publish": "lerna publish patch --yes"
+ "publish": "lerna run publish-cli"
10
},
11
"repository": {
12
"type": "git",
0 commit comments