Copy files properly

This commit is contained in:
Tarrgon
2025-05-29 21:31:13 -04:00
parent e99f42b0b0
commit 36f7da2d19
2 changed files with 360 additions and 4 deletions
+2 -1
View File
@@ -24,6 +24,7 @@
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "npx tsc"
"build": "npx tsc && npm run copyfiles",
"copyfiles": "npx copyfiles -u 1 \"./src/**/*.html\" ./dist"
}
}