fix npm run build does not move home.ejs

This commit is contained in:
Aleksander Wilczyński 2024-08-07 20:02:28 +02:00
parent 1b021c0a1f
commit 01bba3635c
Signed by untrusted user: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

@ -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 <alekswilc> Wilczyński",