Skip to content

Commit a4bfc62

Browse files
committed
feat: update registry
1 parent 5b445a0 commit a4bfc62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"react-scripts": "1.0.14"
99
},
1010
"scripts": {
11+
"preinstall": "npm config set registry https://registry.npm.taobao.org",
1112
"start": "react-scripts start",
1213
"build": "react-scripts build",
1314
"test": "react-scripts test --env=jsdom",
1415
"eject": "react-scripts eject"
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)