Skip to content

Commit

Permalink
Try npm in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Aug 25, 2024
1 parent ba12a61 commit f61155e
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 @@ -5,7 +5,7 @@
"sideEffects": false,
"type": "module",
"scripts": {
"deploy": "bun install --frozen-lockfile && bun run build",
"deploy": "npm ci && npm run build",
"build": "remix vite:build",
"dev": "remix vite:dev --host",
"dev:prod": "DB_PATH=db-prod.sqlite3 bun run dev",
Expand Down

0 comments on commit f61155e

Please sign in to comment.