Skip to content

Commit 8ec809d

Browse files
committed
Merge branch 'master_rimraf_windows' of https://github.com/puckowski/js-framework-benchmark into puckowski-master_rimraf_windows
2 parents 0795eb6 + 4ab976d commit 8ec809d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts-results/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "react-scripts test",
2424
"eject": "react-scripts eject",
2525
"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\" ."
26+
"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\" ."
2727
},
2828
"eslintConfig": {
2929
"extends": "react-app"

0 commit comments

Comments
 (0)