Fix script names in package.json
This commit is contained in:
parent
7798b1cb87
commit
53f5b0c50b
|
@ -23,7 +23,7 @@
|
||||||
"lint:fix": "eslint --fix src tests",
|
"lint:fix": "eslint --fix src tests",
|
||||||
"test:manual": "parcel tests/index.html --out-dir tests/dist",
|
"test:manual": "parcel tests/index.html --out-dir tests/dist",
|
||||||
"pretest": "npm run lint",
|
"pretest": "npm run lint",
|
||||||
"test": "npm run travis",
|
"test": "npm run karma-mocha",
|
||||||
"prebuild": "parcel build --global Filer src/index.js --no-minify --out-file filer.js",
|
"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",
|
"build": "parcel build --global Filer src/index.js --out-file filer.min.js --detailed-report",
|
||||||
"prekarma-mocha": "parcel build tests/index.js --no-source-maps --out-dir tests/dist",
|
"prekarma-mocha": "parcel build tests/index.js --no-source-maps --out-dir tests/dist",
|
||||||
|
|
Loading…
Reference in New Issue