Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit e6e572e

Browse files
authored
Merge pull request #182 from Paulmolin/chore/remove-dangerous-command
chore: remove global watch command
2 parents f1cb818 + 624f799 commit e6e572e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"test-circular": "nx run-many --target=test-circular --all --parallel=4",
3030
"test-linter": "nx run-many --target=test-linter --all --parallel=4",
3131
"test-type": "nx run-many --target=test-type --all --parallel=4",
32-
"test-unit": "nx run-many --target=test-unit --all --parallel=4",
33-
"watch": "nx run-many --target=watch --all --parallel=4"
32+
"test-unit": "nx run-many --target=test-unit --all --parallel=4"
3433
},
3534
"devDependencies": {
3635
"@commitlint/cli": "^16.2.4",

0 commit comments

Comments
 (0)