Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Marviel committed Aug 22, 2023
1 parent 867d1e3 commit 76c9d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lint": "eslint ./src/ --fix",
"prepare": "husky install",
"semantic-release": "semantic-release",
"test:watch": "jest --watch",
"test": "jest --coverage",
"test:watch": "jest --forceExit --watch",
"test": "jest --forceExit --coverage",
"typecheck": "tsc --noEmit"
},
"repository": {
Expand Down

0 comments on commit 76c9d90

Please sign in to comment.