Skip to content

Commit a0f2385

Browse files
committed
Re-add crawler script entry to package.json
1 parent 55998fc commit a0f2385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"check:astro": "npm run sync && astro check",
1212
"check:functions": "npx tsc --noEmit -p ./functions/tsconfig.json",
1313
"check:worker": "npx tsc --noEmit -p ./worker/tsconfig.json",
14+
"crawl-api-links": "node bin/crawl-api-links.js",
1415
"dev": "npx astro dev",
1516
"format": "npm run format:core && npm run format:data",
1617
"format:core": "npx prettier --write \"**/*.{js,jsx,ts,tsx,mjs,css}\"",

0 commit comments

Comments
 (0)