update railpack
This commit is contained in:
+9
-1
@@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.railpack.com",
|
"$schema": "https://railpack.com",
|
||||||
"steps": {
|
"steps": {
|
||||||
"install": {
|
"install": {
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"context": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
"commands": [
|
"commands": [
|
||||||
"npm install"
|
"npm install"
|
||||||
]
|
]
|
||||||
@@ -10,6 +15,9 @@
|
|||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
"step": "install"
|
"step": "install"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"commands": [
|
"commands": [
|
||||||
|
|||||||
Reference in New Issue
Block a user