mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
Copy files properly
This commit is contained in:
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user