Compare commits

...

1 Commits

Author SHA1 Message Date
099eaed83c Temporarily setting absolute config file path 2019-01-23 15:31:41 -08:00

View File

@ -74,7 +74,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": "NODE_ENV=production webpack ./webpack.config.js",
"build:dev": "webpack",
"build:watch": "webpack --watch",
"test": "karma start --single-run",