Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit ef52f2b

Browse files
committed
Fix: add cross-env to the npm scripts
1 parent 97ea598 commit ef52f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/.browse.VC.db

-220 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"generate:container": "plop --plopfile config/generators/index.js container",
2626
"generate:page": "plop --plopfile config/generators/index.js page",
2727
"lint": "eslint . --ext .js --ext .jsx; exit 0",
28-
"deploy": "NODE_ENV=production webpack -p",
28+
"deploy": "cross-env NODE_ENV=production webpack -p",
2929
"start": "npm run dev",
3030
"clean": "rm -rf app/dist app/build",
3131
"setup": "npm install",
32-
"serve:bundle": "NODE_ENV=production PORT=1337 node server.js"
32+
"serve:bundle": "cross-env NODE_ENV=production PORT=1337 node server.js"
3333
},
3434
"repository": {
3535
"type": "git",

0 commit comments

Comments
 (0)