Skip to content

Commit cca020f

Browse files
committed
Wipe output folder by default
Is there a reason not to do this?
1 parent 88ead6e commit cca020f

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
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"clear-output": "rm -rf ./output/",
2222
"wiki-check-changed": "tsx ./src/cli-change-checker.ts",
23-
"scrape-wiki": "tsx ./src/cli-scraper.ts --output ./output/ --customOverrides ./custom/",
23+
"scrape-wiki": "tsx ./src/cli-scraper.ts --output ./output/ --customOverrides ./custom/ --wipe",
2424
"pack-release": "tsx ./src/cli-release-packer.ts --input ./output/ --output ./dist/release/",
2525
"publish-library": "tsx ./src/cli-library-publisher.ts --input ./output/ --output ./dist/libraries/garrysmod",
2626
"stylua-custom": "npx --yes @johnnymorganz/stylua-bin@0.17.1 ./custom",

0 commit comments

Comments
 (0)