Skip to content

Commit

Permalink
Add install script to allow forks to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Zia Ul Rehman committed Sep 11, 2019
1 parent 24b770d commit 3e64f94
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 @@ -24,6 +24,7 @@
},
"scripts": {
"build": "npm run build:commonjs && npm run build:umd",
"install": "npm run build:commonjs && npm run build:umd",
"build:commonjs": "cross-env NODE_ENV=production babel source --out-dir dist/commonjs --source-maps --ignore test.js",
"build:umd": "cross-env NODE_ENV=production webpack --config webpack.config.js --bail",
"clean": "rimraf dist",
Expand Down

0 comments on commit 3e64f94

Please sign in to comment.