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

Commit

Permalink
Merge pull request #182 from Paulmolin/chore/remove-dangerous-command
Browse files Browse the repository at this point in the history
chore: remove global watch command
  • Loading branch information
fargito authored May 11, 2022
2 parents f1cb818 + 624f799 commit e6e572e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"test-circular": "nx run-many --target=test-circular --all --parallel=4",
"test-linter": "nx run-many --target=test-linter --all --parallel=4",
"test-type": "nx run-many --target=test-type --all --parallel=4",
"test-unit": "nx run-many --target=test-unit --all --parallel=4",
"watch": "nx run-many --target=watch --all --parallel=4"
"test-unit": "nx run-many --target=test-unit --all --parallel=4"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
Expand Down

0 comments on commit e6e572e

Please sign in to comment.