fix prod-start
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user