Skip to content

Commit 28bbbed

Browse files
authored
[Chore] Remove API crawl script (#19454)
* [Chore] Remove API crawl script * remove command from package.json
1 parent a2fb75b commit 28bbbed

File tree

3 files changed

+0
-165
lines changed

3 files changed

+0
-165
lines changed

.github/workflows/api-links-crawl.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

bin/crawl-api-links.js

Lines changed: 0 additions & 111 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"check": "npm run check:astro && npm run check:worker",
1111
"check:astro": "npm run sync && astro check",
1212
"check:worker": "npm run build:worker && npx tsc --noEmit -p ./worker/tsconfig.json",
13-
"crawl-api-links": "node bin/crawl-api-links.js",
1413
"dev": "npx astro dev",
1514
"format": "npm run format:core && npm run format:data",
1615
"format:core": "npx prettier --write \"**/*.{js,jsx,ts,tsx,mjs,css}\"",

0 commit comments

Comments
 (0)