Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(package): ignore watching test files with nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 3, 2023
1 parent 6feadc7 commit 977eaec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,10 @@
"NODE_ENV": "development",
"SUPPRESS_SUPPORT": 1
},
"ignore": [
"test_resources"
],
"verbose": true,
"watch": [
".env",
"src"
"src/**/!(*.test).*"
]
},
"devDependencies": {
Expand Down

0 comments on commit 977eaec

Please sign in to comment.