Skip to content

Commit

Permalink
Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Millar committed Oct 12, 2017
1 parent 7557cea commit 0a3f007
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 @@ -30,7 +30,8 @@
"test-watch": "npm run testonly -- --watch --watch-extensions js",
"examples": "[ -d examples/htdocs/dist ] || mkdir examples/htdocs/dist; babel --plugins transform-es2015-modules-umd src --ignore __tests__ examples/src --out-file examples/htdocs/dist/bundle.js",
"doc": "esdoc",
"prepublish": "webpack -d; webpack -p"
"prepublish": "webpack -d; webpack -p",
"build": "webpack -d; webpack -p"
},
"devDependencies": {
"amazon-cognito-identity-js": "1.19.0",
Expand Down

0 comments on commit 0a3f007

Please sign in to comment.