Fix building

This commit is contained in:
Tarrgon
2025-11-12 16:21:35 -05:00
parent 986e23fe6d
commit f86bda1ff3
+1 -1
View File
@@ -29,6 +29,6 @@
"start": "node dist/index.js", "start": "node dist/index.js",
"build": "npm run clean && npx tsc && npm run copyfiles", "build": "npm run clean && npx tsc && npm run copyfiles",
"clean": "npx rimraf dist", "clean": "npx rimraf dist",
"copyfiles": "npx copyfiles -u 1 \"./src/**/*.ejs\" ./dist" "copyfiles": "npx copyfiles -u 1 \"./src/**/*.html\" ./dist"
} }
} }