Skip to content

Commit

Permalink
fix(postinstall): build after postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
breakingrobot committed Apr 12, 2018
1 parent 9d46e35 commit 46f8990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test": "test"
},
"scripts": {
"build": "npm run build:umd",
"build:umd": "rollup -c",
"build": "rollup -c",
"postinstall": "rollup -c",
"test": "jest",
"release": "standard-version && git push --follow-tags && npm publish"
},
Expand Down

0 comments on commit 46f8990

Please sign in to comment.