chore: remove dependencies from "build:watch" task as it can make the process halt/exit
This commit is contained in:
parent
3db7e995d7
commit
bc85211009
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
"outputs": ["dist/**", "cjs/**"]
|
"outputs": ["dist/**", "cjs/**"]
|
||||||
},
|
},
|
||||||
"build:watch": {
|
"build:watch": {
|
||||||
"dependsOn": ["^build"],
|
|
||||||
"inputs": ["src/**/*", "!src/**/*.test.ts", "tsconfig.json", "tsconfig.build.json"],
|
"inputs": ["src/**/*", "!src/**/*.test.ts", "tsconfig.json", "tsconfig.build.json"],
|
||||||
"outputs": ["dist/**", "cjs/**"],
|
"outputs": ["dist/**", "cjs/**"],
|
||||||
"cache": false,
|
"cache": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue