Skip to content

Commit

Permalink
Merge "fix test-watch task" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous authored and Gerrit Code Review committed Nov 18, 2024
2 parents 0de43bf + d24c82f commit 373db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "./node_modules/.bin/jest",
"test-silent": "./node_modules/.bin/jest --silent",
"test-watch": "nodemon --watch vertex_lib.test.ts --watch vertex_lib.ts -x 'npm run test-silent'",
"test-watch": "nodemon --watch src --ext 'ts,json' -x 'npm run test-silent'",
"prepare": "husky && husky install",
"lint": "eslint . --fix --max-warnings=0",
"format": "prettier . --write"
Expand Down

0 comments on commit 373db7b

Please sign in to comment.