Compare commits

...

1 Commits

Author SHA1 Message Date
b0232c42df Fixes build in windows 2019-09-20 18:07:06 -07:00

View File

@ -75,7 +75,7 @@
"start": "node app.js", "start": "node app.js",
"lint": "eslint platform src openmct.js", "lint": "eslint platform src openmct.js",
"lint:fix": "eslint platform src openmct.js --fix", "lint:fix": "eslint platform src openmct.js --fix",
"build:prod": "NODE_ENV=production webpack", "build:prod": "export NODE_ENV=production webpack",
"build:dev": "webpack", "build:dev": "webpack",
"build:watch": "webpack --watch", "build:watch": "webpack --watch",
"test": "karma start --single-run", "test": "karma start --single-run",