Skip to content

Commit

Permalink
Added cross-env dependency
Browse files Browse the repository at this point in the history
This allows Windows users to compile the debug version as well.
  • Loading branch information
Cas van Dongen committed Feb 14, 2017
1 parent bef4f77 commit cf5795d
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 @@ -32,6 +32,7 @@
"angular-route": "^1.6.1",
"angular-touch": "^1.6.1",
"angular-translate": "^2.13.1",
"cross-env": "^3.1.4",
"moment": "^2.17.1",
"ng-dialog": "^0.6.6",
"node.normalize.scss": "3.0.3",
Expand Down Expand Up @@ -67,7 +68,7 @@
"webpack-dev-server": "^2.2.0"
},
"scripts": {
"start": "PLUFF_DEBUG=true webpack-dev-server",
"start": "cross-env PLUFF_DEBUG=true webpack-dev-server",
"build": "npm run -s clean && webpack --colors --progress --bail",
"clean": "rm -rf dist/**",
"lint": "eslint . && echo 'Linting succeeded.'",
Expand Down

0 comments on commit cf5795d

Please sign in to comment.