Skip to content

Commit

Permalink
revert change to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Dec 20, 2024
1 parent a11349f commit 179c5a7
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 @@ -17,7 +17,7 @@
"prettier:check": "prettier --check \"src/**/*.ts\"",
"format": "prettier --write \"src/**/*.ts\"",
"watch": "tsc -w",
"test": "jest -u --detectOpenHandles --runInBand",
"test": "jest --detectOpenHandles --runInBand",
"test:custom-lint-rule": "eslint tools/eslint/rules/*.test.ts",
"test:dev": "jest --detectOpenHandles --runInBand --watch",
"prepare": "tsc",
Expand Down

0 comments on commit 179c5a7

Please # to comment.