We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66af8c9 commit 61e2f19Copy full SHA for 61e2f19
package.json
@@ -16,7 +16,7 @@
16
"test:unit": "tap -J test/*.test.js test/**/*.test.js",
17
"test": "npm run test:unit && npm run test:typescript"
18
},
19
- "precommit": "test",
+ "precommit": ["test:lint", "test"],
20
"repository": {
21
"type": "git",
22
"url": "git+https://github.com/fastify/fast-json-stringify.git"
0 commit comments