Skip to content

Commit b1d5826

Browse files
authored
Remove glob character in package.json
As it is not needed and because it cause crash (only) on windows, and so when building.
1 parent 2f8c3e0 commit b1d5826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"src"
99
],
1010
"scripts": {
11-
"prebuild": "rimraf dist/*",
11+
"prebuild": "rimraf dist",
1212
"build": "run-script-os",
1313
"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",
1414
"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

Comments
 (0)