Skip to content

Commit 86653d8

Browse files
authored
Merge pull request #89 from Starmania/rimraf-glob
Remove glob character in package.json
2 parents 2f8c3e0 + b1d5826 commit 86653d8

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)