diff --git a/dictation_function/package.json b/dictation_function/package.json index 1f1524a..52780bd 100644 --- a/dictation_function/package.json +++ b/dictation_function/package.json @@ -4,7 +4,7 @@ "description": "", "main": "dist/src/functions/*.js", "scripts": { - "build": "tsc", + "build": "tsc && mkdir -p dist/src/templates && cp -r /app/dictation_function/src/templates/* dist/src/templates/", "watch": "tsc -w", "clean": "rimraf dist", "prestart": "npm run clean && npm run build",