update railpack
This commit is contained in:
+1
-26
@@ -1,30 +1,5 @@
|
||||
{
|
||||
"$schema": "https://railpack.com",
|
||||
"steps": {
|
||||
"install": {
|
||||
"inputs": [
|
||||
{
|
||||
"context": "."
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
"npm install"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"inputs": [
|
||||
{
|
||||
"step": "install"
|
||||
},
|
||||
{
|
||||
"context": "."
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
"npm run build"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$schema": "https://schema.railpack.com",
|
||||
"deploy": {
|
||||
"startCommand": "npx serve dist --port 3000"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user