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