Browse Source

chore: 去掉build

es6
iapyang 5 years ago
parent
commit
d184407560
  1. 2
      package.json

2
package.json

@ -77,7 +77,7 @@
"test": "karma start", "test": "karma start",
"analyze": "grunt analyze", "analyze": "grunt analyze",
"dev": "npm-run-all --parallel grunt webpack:dev", "dev": "npm-run-all --parallel grunt webpack:dev",
"prepublish": "npm run build && node ./lib/prepublish/prepublish.js" "prepublish": "node ./lib/prepublish/prepublish.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save