build(@embark/deploy-tracker): disable watch:typecheck script

This commit is contained in:
Michael Bradley, Jr 2019-05-15 12:49:13 -05:00 committed by Michael Bradley
parent 5799e00708
commit 79873bd3e7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"// typecheck": "tsc",
"watch": "run-p watch:*",
"watch:build": "npm run build -- --verbose --watch",
"watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch"
"// watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch"
},
"eslintConfig": {
"extends": "../../.eslintrc.json"