Browse Source

Pull request #1386: KERNEL-4670 NPM上传完同步下淘宝镜像

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '67e4736fe38817a5cc136fdb630f29e4c5f53cc8':
  KERNEL-4670 chore: NPM上传完同步下淘宝镜像
es6
Teller 4 years ago
parent
commit
575591656b
  1. 4
      package.json
  2. 2458
      yarn.lock

4
package.json

@ -22,6 +22,7 @@
"autoprefixer": "9.6.1",
"babel-loader": "8.0.6",
"chai": "4.2.0",
"cnpm": "6.1.1",
"core-js": "3.3.2",
"cross-env": "6.0.0",
"css-loader": "3.0.0",
@ -67,7 +68,8 @@
"postbuild": "node ./lib/postbuild/postbuild.js",
"test": "karma start",
"dev": "npm run webpack:dev",
"prepublishOnly": "npm run build && node ./lib/prepublish/prepublish.js"
"prepublishOnly": "npm run build && node ./lib/prepublish/prepublish.js",
"postpublish": "cnpm sync fineui"
},
"repository": {
"type": "git",

2458
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save