Yuki Takei 5 lat temu
rodzic
commit
bd62fe1880
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/growi-bot-proxy/package.json

+ 1 - 1
packages/growi-bot-proxy/package.json

@@ -4,7 +4,7 @@
   "license": "MIT",
   "scripts": {
     "build": "yarn tsc",
-    "tsc": "tsc && tsc-alias",
+    "tsc": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
     "tsc:w": "tsc -w",
     "dev:ci": "yarn dev --ci",
     "dev": "cross-env NODE_ENV=development ts-node-dev -r tsconfig-paths/register -r dotenv-flow/config src/index.ts",