some stuff

This commit is contained in:
dylan
2024-04-03 22:53:11 -07:00
parent f9e21db529
commit 85cbf665f0
6 changed files with 101 additions and 21 deletions

View File

@@ -16,7 +16,8 @@
"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",
"withenv": "tsx ./scripts/run-with-env.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build-p8client": "bun build src/client/pico8-client/veryRawRenderCart.js --outdir src/client/pico8-client/build"
"build-p8client": "bun build src/client/pico8-client/veryRawRenderCart.js --outdir src/client/pico8-client/build",
"add-pico": "npm run withenv ./scripts/do-release.ts"
},
"repository": {
"type": "git",