Skip to content

Commit

Permalink
chore: Limit prepublish script to compiling only library
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Jun 15, 2017
1 parent bb63d55 commit 78d8308
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 @@ -36,7 +36,7 @@
"build:lib": "npm run lint:lib && npm run compile:lib && npm run package:lib",
"build:demo": "npm run lint && npm run compile",
"build": "npm run lint && npm run compile && npm run package:lib",
"prepublish": "npm run build",
"prepublish": "npm run build:lib",
"test": "npm run build:lib"
},
"dependencies": {
Expand Down

0 comments on commit 78d8308

Please sign in to comment.