diff --git a/back-end/package.json b/back-end/package.json index 7c8cdf5..52aae97 100644 --- a/back-end/package.json +++ b/back-end/package.json @@ -5,7 +5,7 @@ "scripts": { "startonly": "node dist/app.js", "start": "tsc && node dist/app.js", - "build": "tsc", + "build": "tsc && cp -r src/templates dist", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [],