Skip to content

Commit

Permalink
maybe start using ts check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 4, 2024
1 parent 7946ee0 commit b258224
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 283 deletions.
39 changes: 0 additions & 39 deletions web/lib/srm/examples/createCheckout.ts

This file was deleted.

67 changes: 0 additions & 67 deletions web/lib/srm/examples/srm.config.ts

This file was deleted.

106 changes: 0 additions & 106 deletions web/lib/srm/src/cli.ts

This file was deleted.

71 changes: 0 additions & 71 deletions web/lib/srm/src/srm.ts

This file was deleted.

1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "pnpm run db:migrate && pnpm next build",
"start": "pnpm next start",
"lint": "pnpm next lint",
"ts:check": "pnpm tsc --noEmit",
"db:generate": "pnpm drizzle-kit generate",
"db:migrate": "pnpm dotenv -c -- drizzle-kit migrate",
"db:studio": "pnpm dotenv -c -- drizzle-kit studio",
Expand Down

0 comments on commit b258224

Please sign in to comment.