Skip to content

Commit 2514a46

Browse files
authored
chore: Update package.json
1 parent 92ca6a3 commit 2514a46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
],
1919
"scripts": {
2020
"scrape:debug": "bun src/cli.ts scrape -d -s 200 --delay 2000 --cache",
21-
"scrape:prod": "bun src/cli.ts scrape --delay 4000 --batch-size 5 --cache",
22-
"scrape:force": "bun src/cli.ts scrape --delay 4000 --batch-size 5 --force",
21+
"scrape:prod": "bun src/cli.ts scrape --delay 4000 --batch-size 5 --force",
2322
"build": "bun build ./src/index.ts --outdir ./dist --target node && tsc --project tsconfig.build.json",
2423
"prepublishOnly": "bun run build",
2524
"test": "bun test",

0 commit comments

Comments
 (0)