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 416e90c commit e6b3c5fCopy full SHA for e6b3c5f
package.json
@@ -11,12 +11,11 @@
11
"benchmark": "node ./benchmark/bench-cmp-lib.js",
12
"lint": "standard",
13
"lint:fix": "standard --fix",
14
- "test:lint": "standard",
15
"test:typescript": "tsc --project ./test/types/tsconfig.json && tsd",
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:lint", "test"],
+ "precommit": ["lint", "test"],
20
"repository": {
21
"type": "git",
22
"url": "git+https://github.com/fastify/fast-json-stringify.git"
0 commit comments