fix prod-start

This commit is contained in:
Dylan Pizzo
2026-06-10 21:58:39 -04:00
parent e6fede22f6
commit cb14976221
+1 -1
View File
@@ -13,7 +13,7 @@
"prod-migrate": "pg-migrations apply --directory ./src/database/migrations", "prod-migrate": "pg-migrations apply --directory ./src/database/migrations",
"prod-build-client": "npm run withenv ./scripts/build.ts", "prod-build-client": "npm run withenv ./scripts/build.ts",
"prod-docker": "docker compose --profile prod up -d", "prod-docker": "docker compose --profile prod up -d",
"prod-start": "echo \"building frontend\" && npm run prod-build-client && echo \"${DATABASE_URL}\" && echo \"running migrations\" && npm run prod-migrate && echo \"starting server\" && npm run withenv ./src/server/index.ts", "prod-start": "echo \"building frontend\" && npm run prod-build-client && echo \"starting server\" && npm run withenv ./src/server/index.ts",
"withenv": "tsx ./scripts/run-with-env.ts", "withenv": "tsx ./scripts/run-with-env.ts",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"add-pico": "npm run withenv ./scripts/do-release.ts" "add-pico": "npm run withenv ./scripts/do-release.ts"