Skip to content

Commit

Permalink
Add bundlewatch script
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Apr 9, 2022
1 parent 9012dc4 commit bf06c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"test:watch": "jest ./tests --watch",
"build": "microbundle --jsx React.createElement",
"dev": "microbundle watch",
"prepublish": "yarn build"
"prepublish": "yarn build",
"bundlewatch": "bundlewatch"
},
"peerDependencies": {
"react": ">= 16.8.0",
Expand Down

0 comments on commit bf06c30

Please sign in to comment.