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",
"lint": "eslint platform src openmct.js",
"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:watch": "webpack --watch",
"test": "karma start --single-run",