diff --git a/nixpacks.toml b/nixpacks.toml index b5e835e..e4a6bbd 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,2 @@ [phases.build] -cmds = ["npm ci", "npm run build"] - -[start] -cmd = "npx serve dist -l 3000 -s" +cmds = ["npm run build"] diff --git a/package.json b/package.json index ee2888a..719dd85 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", + "start": "npx serve dist -l 3000 -s", "typecheck": "tsc --noEmit" }, "devDependencies": {