Skip to content

Commit

Permalink
chore(scripts): remove migrate from start script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Feb 13, 2024
1 parent 46fe2b0 commit 1fd3375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "bunx vite dev",
"build": "bunx vite build",
"preview": "bunx vite preview",
"start": "npm run db:migrate && node build/index.js",
"start": "node build/index.js",
"postinstall": "npm run db:migrate",
"test": "bun run test:integration && bun run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit 1fd3375

Please sign in to comment.