Skip to content

Commit

Permalink
fix: 删除 build:umd (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
漫游未来 authored Dec 11, 2019
1 parent 32df14e commit bb7fe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "npm run build:package & npm run build:example",
"build:package": "rm -fr dist && rollup -c && stylus -c src/styles/index.styl --out dist",
"build:example": "rm -fr sites && cross-env NODE_ENV=production webpack --config examples/webpack.config.js --progress --hide-modules && cp examples/index.html sites",
"prepublishOnly": "npm run lint && npm run build:package && npm run build:umd",
"prepublishOnly": "npm run lint && npm run build:package",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"ghpages": "npm run build:example && gh-pages -d sites"
Expand Down

0 comments on commit bb7fe28

Please sign in to comment.