mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Pass some scripts to cross-env
This commit is contained in:
parent
c6e10d5825
commit
a6f931cd99
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@
|
||||||
"docs:md": "documentation build src/epub.js -f md -o documentation/md/API.md",
|
"docs:md": "documentation build src/epub.js -f md -o documentation/md/API.md",
|
||||||
"lint": "eslint -c .eslintrc.js src; exit 0",
|
"lint": "eslint -c .eslintrc.js src; exit 0",
|
||||||
"start": "webpack-dev-server --inline --d",
|
"start": "webpack-dev-server --inline --d",
|
||||||
"build": "NODE_ENV=production webpack --progress",
|
"build": "cross-env NODE_ENV=production webpack --progress",
|
||||||
"minify": "NODE_ENV=production MINIMIZE=true webpack --progress",
|
"minify": "cross-env NODE_ENV=production MINIMIZE=true webpack --progress",
|
||||||
"legacy": "NODE_ENV=production LEGACY=true webpack --progress",
|
"legacy": "cross-env NODE_ENV=production LEGACY=true webpack --progress",
|
||||||
"productionLegacy": "NODE_ENV=production MINIMIZE=true LEGACY=true webpack --progress",
|
"productionLegacy": "cross-env NODE_ENV=production MINIMIZE=true LEGACY=true webpack --progress",
|
||||||
"compile": "babel -d lib/ src/",
|
"compile": "babel -d lib/ src/",
|
||||||
"watch": "babel --watch -d lib/ src/",
|
"watch": "babel --watch -d lib/ src/",
|
||||||
"prepare": "npm run compile && npm run build && npm run minify && npm run legacy && npm run productionLegacy"
|
"prepare": "npm run compile && npm run build && npm run minify && npm run legacy && npm run productionLegacy"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue