Fix Railway build: let NIXPACKS auto-detect build steps

Remove explicit buildCommand to avoid npm cache mount conflict.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexa Amundson
2026-02-20 17:15:34 -06:00
parent 208b28d076
commit 3b5aed1d13

View File

@@ -1,6 +1,5 @@
[build] [build]
builder = "NIXPACKS" builder = "NIXPACKS"
buildCommand = "npm ci && npm run build"
[deploy] [deploy]
startCommand = "npm start" startCommand = "npm start"