mirror of
https://github.com/nasa/openmct.git
synced 2025-04-27 14:29:59 +00:00
Temporarily replace webpack reference
This commit is contained in:
parent
a182f44610
commit
31fc05f5c4
@ -83,7 +83,7 @@
|
||||
"start:coverage": "npx webpack serve --config ./.webpack/webpack.coverage.js",
|
||||
"lint": "eslint example src e2e --ext .js,.vue openmct.js --max-warnings=0",
|
||||
"lint:fix": "eslint example src e2e --ext .js,.vue openmct.js --fix",
|
||||
"build:prod": "webpack --config ./.webpack/webpack.prod.js",
|
||||
"build:prod": "webpack --config ./.webpack/webpack.dev.js",
|
||||
"build:dev": "webpack --config ./.webpack/webpack.dev.js",
|
||||
"build:coverage": "webpack --config ./.webpack/webpack.coverage.js",
|
||||
"build:watch": "webpack --config ./.webpack/webpack.dev.js --watch",
|
||||
|
Loading…
x
Reference in New Issue
Block a user