Update package.json

This commit is contained in:
2022-05-01 18:06:08 +07:00
parent ba07d06b14
commit 7da848206b
+2 -1
View File
@@ -40,7 +40,8 @@
"tsc": "tsc",
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* dist/configs_example/",
"docker-build": "docker build . -t yumi:latest",
"docker-build": "docker build . -t ghcr.io/yuzuzensai/yumi:latest",
"docker-run": "docker run -d --name yumi --mount type=bind,source=\"$(pwd)\"/configs,target=/home/node/app/configs --network host --env-file .env ghcr.io/yuzuzensai/yumi:latest",
"production": "tsc && node ./dist/index.js",
"test": "mocha -r ts-node/register tests/**/*.ts"
},