瀏覽代碼

fix tsc script

Yuki Takei 5 年之前
父節點
當前提交
bd62fe1880
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",