Don't build source map for karma test bundle

This commit is contained in:
David Humphrey 2018-07-27 11:12:25 -04:00
parent ed11b01234
commit bcf4d9834a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"test": "npm run travis",
"prebuild": "parcel build --global Filer src/index.js --no-minify --out-file filer.js",
"build": "parcel build --global Filer src/index.js --out-file filer.min.js --detailed-report",
"prekarma-mocha": "parcel build tests/index.js --out-dir tests/dist",
"prekarma-mocha": "parcel build tests/index.js --no-source-maps --out-dir tests/dist",
"karma-mocha": "karma start karma.conf.js"
},
"repository": {