Change output dir

This commit is contained in:
2022-03-06 21:48:14 +07:00
parent 1f7fffb780
commit db3e8f56d0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -40,9 +40,9 @@
"scripts": {
"tsc": "tsc",
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* build/configs_example/",
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* dist/configs_example/",
"docker-build": "docker build . -t yumi:latest",
"production": "tsc && node ./build/index.js",
"production": "tsc && node ./dist/index.js",
"test": "mocha -r ts-node/register tests/**/*.ts"
},
"name": "yumi",