diff --git a/railpack.json b/railpack.json index a1b3119..ee3f1f9 100644 --- a/railpack.json +++ b/railpack.json @@ -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" }