Skip to content

Commit

Permalink
ci: 🎡 error when set publishConfig to http://registry.npmjs.com
Browse files Browse the repository at this point in the history
  • Loading branch information
maoxiaoke committed Dec 14, 2020
1 parent ef3bd36 commit 221b45b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/stark",
"version": "2.0.2-0",
"version": "2.0.2",
"description": "Icestark is a JavaScript library for multiple projects, Ice workbench solution.",
"scripts": {
"install:deps": "rm -rf node_modules && rm -rf ./packages/*/node_modules && yarn install && lerna exec -- npm install",
Expand Down
3 changes: 0 additions & 3 deletions packages/icestark-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"files": [
"lib"
],
"publishConfig": {
"registry": "http://registry.npmjs.com/"
},
"keywords": [
"modules",
"icestark"
Expand Down
3 changes: 0 additions & 3 deletions packages/icestark-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"files": [
"lib"
],
"publishConfig": {
"registry": "http://registry.npmjs.com/"
},
"keywords": [
"sandbox",
"icestark"
Expand Down

0 comments on commit 221b45b

Please sign in to comment.