fix: unbreak build for docker

This commit is contained in:
Mythie
2025-02-25 21:46:51 +11:00
parent 9b376d34cf
commit bc7907271b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env sh
# Exit on error. # Exit on error.
set -eo pipefail set -eo pipefail

View File

@@ -3,7 +3,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "bash .bin/build.sh", "build": "./.bin/build.sh",
"build:app": "npm run typecheck && cross-env NODE_ENV=production react-router build", "build:app": "npm run typecheck && cross-env NODE_ENV=production react-router build",
"build:server": "cross-env NODE_ENV=production rollup -c rollup.config.mjs", "build:server": "cross-env NODE_ENV=production rollup -c rollup.config.mjs",
"dev": "npm run with:env -- react-router dev", "dev": "npm run with:env -- react-router dev",