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.
1 parent 2f8c3e0 commit b1d5826Copy full SHA for b1d5826
package.json
@@ -8,7 +8,7 @@
8
"src"
9
],
10
"scripts": {
11
- "prebuild": "rimraf dist/*",
+ "prebuild": "rimraf dist",
12
"build": "run-script-os",
13
"build:default": "env-cmd -f ./automation/ts-node.env.js node --max_old_space_size=4096 node_modules/.bin/webpack --config ./automation/webpack.prod.ts",
14
"build:windows": "env-cmd -f ./automation/ts-node.env.js node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config ./automation/webpack.prod.ts",
0 commit comments