Skip to content

Commit

Permalink
prepare should not build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SijieCai committed Oct 25, 2018
1 parent 70c49ac commit 9af89bc
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 @@ -16,7 +16,7 @@
"clean": "rimraf lib dist es coverage",
"build": "rollup -c",
"build-doc": "webpack",
"prepare": "npm run clean && npm run build && npm run build-doc"
"prepare": "npm run clean && npm run build"
},
"keywords": [
"react",
Expand Down

0 comments on commit 9af89bc

Please sign in to comment.