diff --git a/package.json b/package.json index 040407f..8416552 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "dist/index.js", "scripts": { "build": "tsc", - "postbuild": "copyfiles --error --up 1 src/http/views/**/* dist", + "postbuild": "copyfiles --error --up 1 src/http/views/** dist", "dev": "npm run build && doppler run node dist" }, "author": "Aleksander WilczyƄski",