We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0795eb6 + 4ab976d commit 8ec809dCopy full SHA for 8ec809d
webdriver-ts-results/package.json
@@ -23,7 +23,7 @@
23
"test": "react-scripts test",
24
"eject": "react-scripts eject",
25
"lint": "eslint './src/**/*.{ts,tsx}'",
26
- "build-prod": "rimraf dist && cross-env NODE_ENV=\"production\" webpack --env prod -c webpack.config.js && rimraf table.html && rimraf \"BoxPlotTable*.js\" && cpx dist/table.html . && cpx \"dist/BoxPlotTable*.js\" . && cpx \"dist/plotly*.js\" ."
+ "build-prod": "rimraf --glob dist && cross-env NODE_ENV=\"production\" webpack --env prod -c webpack.config.js && rimraf --glob table.html && rimraf --glob \"BoxPlotTable*.js\" && cpx dist/table.html . && cpx \"dist/BoxPlotTable*.js\" . && cpx \"dist/plotly*.js\" ."
27
},
28
"eslintConfig": {
29
"extends": "react-app"
0 commit comments