Don't build source map for karma test bundle
This commit is contained in:
parent
ed11b01234
commit
bcf4d9834a
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue