mirror of https://github.com/embarklabs/embark.git
build(@embark/deploy-tracker): disable watch:typecheck script
This commit is contained in:
parent
5799e00708
commit
79873bd3e7
|
@ -41,7 +41,7 @@
|
||||||
"// typecheck": "tsc",
|
"// typecheck": "tsc",
|
||||||
"watch": "run-p watch:*",
|
"watch": "run-p watch:*",
|
||||||
"watch:build": "npm run build -- --verbose --watch",
|
"watch:build": "npm run build -- --verbose --watch",
|
||||||
"watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch"
|
"// watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "../../.eslintrc.json"
|
"extends": "../../.eslintrc.json"
|
||||||
|
|
Loading…
Reference in New Issue