mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
Fix building
This commit is contained in:
+1
-1
@@ -29,6 +29,6 @@
|
||||
"start": "node dist/index.js",
|
||||
"build": "npm run clean && npx tsc && npm run copyfiles",
|
||||
"clean": "npx rimraf dist",
|
||||
"copyfiles": "npx copyfiles -u 1 \"./src/**/*.ejs\" ./dist"
|
||||
"copyfiles": "npx copyfiles -u 1 \"./src/**/*.html\" ./dist"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user