Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-ox committed Aug 28, 2024
1 parent 498afdd commit 0b351b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Extraction, versioning and machine-readable provisioning of public data.

## How it works

- Gather public information by running `pnpm crawl` (this is done every night at 4 by GitHub Actions)
- Gather public information by running `bun run crawl` (this is done every night at 4 by GitHub Actions)
- update data files
- if not, create a PR that updates data files

Expand Down
Binary file modified bun.lockb
Binary file not shown.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"build": "next build",
"start": "next start",
"lint": "eslint .",
"crawl": "tsx --tsconfig tsconfig-crawl.json crawl/index.ts",
"crawl:dev": "tsx --tsconfig tsconfig-crawl.json crawl/playground.ts",
"crawl:dry": "DRY_RUN=1 pnpm crawl"
"crawl": "bun run crawl/index.ts",
"crawl:dev": "bun crawl/playground.ts",
"crawl:dry": "DRY_RUN=1 bun run crawl"
},
"author": "Jens Ochsenmeier <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,6 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"swagger-ui-react": "^5.17.14",
"tsx": "^4.19.0",
"unzip-stream": "^0.3.4",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
Expand Down
20 changes: 0 additions & 20 deletions tsconfig-crawl.json

This file was deleted.

0 comments on commit 0b351b6

Please sign in to comment.