Skip to content

Commit 61e2f19

Browse files
chore: add linting check to npm test command (#547)
1 parent 66af8c9 commit 61e2f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:unit": "tap -J test/*.test.js test/**/*.test.js",
1717
"test": "npm run test:unit && npm run test:typescript"
1818
},
19-
"precommit": "test",
19+
"precommit": ["test:lint", "test"],
2020
"repository": {
2121
"type": "git",
2222
"url": "git+https://github.com/fastify/fast-json-stringify.git"

0 commit comments

Comments
 (0)