diff --git a/back-end/package.json b/back-end/package.json index f9dc136..e44fd6e 100644 --- a/back-end/package.json +++ b/back-end/package.json @@ -8,7 +8,7 @@ "npm": "8.12.1" }, "scripts": { - "start": "node ./dist/index.js", + "start": "npx tsup src && node ./dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsup src", "test": "echo \"Error: no test specified\" && exit 1",