BIROALTACC
Trying to deploy vanilla TS app, without success
Hi there, I'm trying to deploy vanilla ts app for the first time and im getting stuck on this: "ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm run build" did not complete successfully: exit code: 2"
tried putting "CI=false" in variables, but it doesnt work
my package.json looks like this:
"scripts": {
"dev": "vite",
"start": "tsc --watch",
"build": " tsc && vite build",
"preview": "vite preview"
},
tried removing "tsc" still didn't work, any ideas?
project-id: b2dfc4bc-a7c0-4d3a-971c-6b72992d5f02
17 replies