Skip to content

Commit

Permalink
fix scraper setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jun 14, 2024
1 parent 0bb6d00 commit 6cc5dac
Show file tree
Hide file tree
Showing 6 changed files with 511 additions and 811 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.pnp.js
bun.lockb
package-lock.json
pnpm-lock.yaml

# testing
/coverage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint-fix": "eslint . --fix",
"format": "prettier --write .",
"load-data": "node ./scripts/loadOrgData.js",
"prepare": "husky install",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
Expand Down Expand Up @@ -57,4 +57,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
}
2 changes: 1 addition & 1 deletion scraper/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules/
!package-lock.json
dist/
Loading

0 comments on commit 6cc5dac

Please sign in to comment.