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