From 40c91705f7d8b6d55cd93db97719eed34979fe12 Mon Sep 17 00:00:00 2001 From: Michael Kinder Date: Mon, 29 Jun 2026 21:10:31 -0400 Subject: [PATCH] update railpack --- railpack.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/railpack.json b/railpack.json index 40772ef..a1b3119 100644 --- a/railpack.json +++ b/railpack.json @@ -1,7 +1,12 @@ { - "$schema": "https://schema.railpack.com", + "$schema": "https://railpack.com", "steps": { "install": { + "inputs": [ + { + "context": "." + } + ], "commands": [ "npm install" ] @@ -10,6 +15,9 @@ "inputs": [ { "step": "install" + }, + { + "context": "." } ], "commands": [