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 16f4aed commit a2d6421Copy full SHA for a2d6421
.github/workflows/release.yml
@@ -50,7 +50,9 @@ jobs:
50
- name: Authenticate with Registry
51
run: |
52
yarn logout
53
+ echo "whaaat"
54
echo "registry=http://registry.npmjs.org/" >> .npmrc
55
+ echo "whaat2"
56
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
57
npm whoami
58
env:
package.json
@@ -63,7 +63,7 @@
63
"husky": "^4.3.7",
64
"identity-obj-proxy": "^3.0.0",
65
"jest": "^26.6.3",
66
- "lerna": "^3.22.1",
+ "lerna": "^4.0.0",
67
"microbundle": "^0.13.0",
68
"postcss-import": "^14.0.0",
69
"postcss-reporter": "^7.0.2",
0 commit comments