Skip to content

Commit f953b1d

Browse files
committed
feat: give up with lerna publish
1 parent 58e34ae commit f953b1d

File tree

4 files changed

+6562
-72
lines changed

4 files changed

+6562
-72
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- run:
4242
name: Pre-Publish Script
4343
command: ./tools/publish.sh
44-
- run:
45-
name: Authenticate with registry
46-
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/repo/.npmrc
44+
# - run:
45+
# name: Authenticate with registry
46+
# command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/repo/.npmrc
4747
- run:
4848
name: Publish CLI
4949
command: npm run publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "lerna bootstrap",
88
"test": "cd packages/e2e && npm test",
9-
"publish": "lerna publish patch --yes"
9+
"publish": "lerna run publish-cli"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)