chore: remove dependencies from "build:watch" task as it can make the process halt/exit

This commit is contained in:
Joakim Carlstein 2023-12-08 13:09:14 +01:00
parent 3db7e995d7
commit bc85211009

View file

@ -7,7 +7,6 @@
"outputs": ["dist/**", "cjs/**"]
},
"build:watch": {
"dependsOn": ["^build"],
"inputs": ["src/**/*", "!src/**/*.test.ts", "tsconfig.json", "tsconfig.build.json"],
"outputs": ["dist/**", "cjs/**"],
"cache": false,