update railpack

This commit is contained in:
2026-06-29 21:10:31 -04:00
parent fa5b5ebcf7
commit 40c91705f7
+9 -1
View File
@@ -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": [