Explorar o código

Merge branch 'feat/growi-bot' into feat/move-verifyingIsSlackRequest-to-slack-package

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
286e8fe28c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/slack/package.json

+ 2 - 1
packages/slack/package.json

@@ -6,7 +6,8 @@
   "typings": "dist/index.d.ts",
   "scripts": {
     "build": "yarn tsc",
-    "tsc": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
+    "tsc": "tsc -p tsconfig.build.json -w && tsc-alias -p tsconfig.build.json",
+    "tsc:w": "tsc -w",
     "test": "yarn test:lint && yarn test:coverage",
     "test:unit": "cross-env NODE_ENV=test jest --passWithNoTests",
     "test:coverage": "yarn test:unit",