Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Don't include coverage crap in final package
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Apr 3, 2017
1 parent 8238aac commit 9c5f0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -11,7 +11,7 @@
},
"development": {
"presets": ["es2016-node5", "react"],
"plugins": ["transform-async-to-generator", "array-includes", "istanbul"],
"plugins": ["transform-async-to-generator", "array-includes"],
"sourceMaps": "inline"
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Electron supporting package to compile JS and CSS in Electron applications",
"scripts": {
"doc": "esdoc -c ./esdoc.json",
"compile": "git clean -xdf lib && babel -d lib/ src",
"compile": "cross-env NODE_ENV='production' git clean -xdf lib && babel -d lib/ src",
"prepublish": "npm run compile",
"start": "npm run compile && electron ./test-dist/electron-smoke-test.js",
"test": "mocha --compilers js:babel-register test/*.js",
Expand Down

0 comments on commit 9c5f0a2

Please sign in to comment.