Fix building
This commit is contained in:
+1
-1
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user