Skip to content

Commit

Permalink
fix(build): npm prehook
Browse files Browse the repository at this point in the history
  • Loading branch information
breakingrobot committed Apr 12, 2018
1 parent 80f251a commit 33bb5f0
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 @@ -25,7 +25,7 @@
"test": "test"
},
"scripts": {
"build": "rollup -c",
"build": "npm run build:umd",
"build:umd": "rollup -c",
"test": "jest",
"release": "standard-version && git push --follow-tags && npm publish"
Expand Down

0 comments on commit 33bb5f0

Please sign in to comment.