Skip to content

Commit

Permalink
Add install hook to package.json to
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Wörle committed Mar 17, 2021
1 parent a8b73f2 commit bee168f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "dist/esm/entry.js",
"source": "src/entry.js",
"scripts": {
"install": "yarn build",
"build": "yarn build-js-all && yarn copy-styles",
"build-js-all": "yarn build-js-esm && yarn build-js-umd",
"build-js-esm": "BABEL_ENV=production-esm babel src -d dist/esm --ignore \"**/*.spec.js,**/*.spec.jsx\"",
Expand Down

0 comments on commit bee168f

Please sign in to comment.