itizawa hace 5 años
padre
commit
18fd73c01a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/slack/package.json

+ 2 - 1
packages/slack/package.json

@@ -6,7 +6,8 @@
   "typings": "dist/index.d.ts",
   "typings": "dist/index.d.ts",
   "scripts": {
   "scripts": {
     "build": "yarn tsc",
     "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": "yarn test:lint && yarn test:coverage",
     "test:unit": "cross-env NODE_ENV=test jest --passWithNoTests",
     "test:unit": "cross-env NODE_ENV=test jest --passWithNoTests",
     "test:coverage": "yarn test:unit",
     "test:coverage": "yarn test:unit",