Skip to content

Commit

Permalink
Add capability to build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitom committed Feb 23, 2017
1 parent 12c9d8c commit 3669cb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
"dependencies": {
"classnames": "^2.2.5",
"cross-env": "^3.1.4",
"draftjs-utils": "^0.6.3",
"immutable": "^3.8.1"
},
Expand All @@ -63,9 +64,9 @@
},
"scripts": {
"clean": "rimraf dist",
"build:webpack": "NODE_ENV=production webpack --config config/webpack.prod.config.js",
"build:webpack": "cross-env NODE_ENV=production webpack --config config/webpack.prod.config.js",
"build": "npm run clean && npm run build:webpack",
"test": "BABEL_ENV=test mocha --compilers js:config/test-compiler.js config/test-setup.js js/**/*Test.js",
"test": "cross-env BABEL_ENV=test mocha --compilers js:config/test-compiler.js config/test-setup.js js/**/*Test.js",
"lint": "eslint js",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"check": "npm run lint && npm run flow",
Expand Down

0 comments on commit 3669cb5

Please sign in to comment.