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