Skip to content

Commit 7efaf08

Browse files
committed
build(api): remove unused dependencies after building API on Railway
1 parent 99cf7e7 commit 7efaf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railway.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://railway.app/railway.schema.json",
33
"build": {
44
"builder": "NIXPACKS",
5-
"buildCommand": "yarn workspace @interval.so/api build"
5+
"buildCommand": "yarn workspace @interval.so/api build && yarn workspaces focus --production @interval.so/api"
66
},
77
"deploy": {
88
"healthcheckPath": "/health",

0 commit comments

Comments
 (0)