Browse Source

add script

itizawa 5 năm trước cách đây
mục cha
commit
18fd73c01a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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",