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 88ead6e commit cca020fCopy full SHA for cca020f
package.json
@@ -20,7 +20,7 @@
20
"scripts": {
21
"clear-output": "rm -rf ./output/",
22
"wiki-check-changed": "tsx ./src/cli-change-checker.ts",
23
- "scrape-wiki": "tsx ./src/cli-scraper.ts --output ./output/ --customOverrides ./custom/",
+ "scrape-wiki": "tsx ./src/cli-scraper.ts --output ./output/ --customOverrides ./custom/ --wipe",
24
"pack-release": "tsx ./src/cli-release-packer.ts --input ./output/ --output ./dist/release/",
25
"publish-library": "tsx ./src/cli-library-publisher.ts --input ./output/ --output ./dist/libraries/garrysmod",
26
"stylua-custom": "npx --yes @johnnymorganz/stylua-bin@0.17.1 ./custom",
0 commit comments