Skip to content

Commit

Permalink
Merge pull request #89 from Starmania/rimraf-glob
Browse files Browse the repository at this point in the history
Remove glob character in package.json
  • Loading branch information
pimterry authored Sep 4, 2023
2 parents 2f8c3e0 + b1d5826 commit 86653d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"src"
],
"scripts": {
"prebuild": "rimraf dist/*",
"prebuild": "rimraf dist",
"build": "run-script-os",
"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",
"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",
Expand Down

0 comments on commit 86653d8

Please sign in to comment.