Skip to content

Commit

Permalink
build(scripts): remove start script
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Sep 27, 2023
1 parent 94cc016 commit e5d68a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"format": "prettier -w ./src/",
"lint": "tsc --noEmit && eslint --fix src/",
"build": "tsc",
"start": "bun run ./src/main.ts",
"generate": "drizzle-kit generate:pg",
"push": "drizzle-kit push:pg"
},
Expand Down

0 comments on commit e5d68a4

Please sign in to comment.