Skip to content

Commit

Permalink
chore: add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesen243 committed Jan 10, 2025
1 parent 6e2c2b7 commit 5dcc983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "turbo watch dev --continue",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
"postinstall": "bun lint:ws",
"postinstall": "bun lint:ws && bun db:generate",
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "bunx --bun sherif@latest",
Expand Down
3 changes: 0 additions & 3 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ runs:

- shell: bash
run: bun install

- shell: bash
run: TURBO_UI=false bun run db:generate

0 comments on commit 5dcc983

Please sign in to comment.