Skip to content

Commit

Permalink
Update package.json added cross-env (Windows fix)
Browse files Browse the repository at this point in the history
Added cross-env to fix npm start error on Windows as described here mxstbr#11.
  • Loading branch information
Freshchris01 committed Apr 10, 2017
1 parent 44b3488 commit ab525a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"babel-eslint": "^4.1.2",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.0.5",
"cross-env": "^4.0.0",
"css-loader": "^0.23.0",
"cssnano": "^3.0.1",
"eslint": "^1.4.1",
Expand All @@ -45,7 +46,7 @@
"url": "git://github.com/mxstbr/react-boilerplate.git"
},
"scripts": {
"start": "NODE_ENV=development node server.js",
"start": "cross-env NODE_ENV=development node server.js",
"build": "NODE_ENV=production webpack --config webpack.prod.config.js --progress --colors -p"
},
"author": "Max Stoiber",
Expand Down

0 comments on commit ab525a0

Please sign in to comment.