Skip to content

Commit

Permalink
fix(dist): better build process
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoTron committed Oct 16, 2017
1 parent 52ec9e9 commit b308d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"report-coverage":
"nyc report --reporter=lcov | codecov -t c1cea4d6-9aec-445c-8179-bc5543358876",
"prebuild": "rimraf dist",
"build-with-files":
"npm run prebuild && babel --out-dir dist --ignore *.test.js src",
"build":
"npm run prebuild && babel --copy-files --out-dir dist --ignore *.test.js src",
"test": "mocha --compilers js:babel-register src/index.test.js -w",
Expand Down

0 comments on commit b308d28

Please sign in to comment.