mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Fix build script
This commit is contained in:
+2
-1
@@ -32,6 +32,7 @@
|
||||
"@types/node": "^17.0.21",
|
||||
"@types/ping": "^0.4.1",
|
||||
"@types/validator": "^13.7.1",
|
||||
"copyfiles": "^2.4.1",
|
||||
"prisma": "^3.10.0",
|
||||
"ts-node-dev": "^1.1.8",
|
||||
"yarn-upgrade-all": "^0.6.1"
|
||||
@@ -39,7 +40,7 @@
|
||||
"scripts": {
|
||||
"tsc": "tsc",
|
||||
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
|
||||
"build": "tsc -b",
|
||||
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* build/configs_example/",
|
||||
"start": "node ./build/index.js",
|
||||
"production": "tsc && node ./build/index.js",
|
||||
"test": "mocha -r ts-node/register tests/**/*.ts"
|
||||
|
||||
Reference in New Issue
Block a user