Skip to content

Commit e6b3c5f

Browse files
authored
chore(package): remove duplicate script (#549)
Both `lint` and `test:lint` do the same thing. Just use `lint` to keep inline with other Fastify repos.
1 parent 416e90c commit e6b3c5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
"benchmark": "node ./benchmark/bench-cmp-lib.js",
1212
"lint": "standard",
1313
"lint:fix": "standard --fix",
14-
"test:lint": "standard",
1514
"test:typescript": "tsc --project ./test/types/tsconfig.json && tsd",
1615
"test:unit": "tap -J test/*.test.js test/**/*.test.js",
1716
"test": "npm run test:unit && npm run test:typescript"
1817
},
19-
"precommit": ["test:lint", "test"],
18+
"precommit": ["lint", "test"],
2019
"repository": {
2120
"type": "git",
2221
"url": "git+https://github.com/fastify/fast-json-stringify.git"

0 commit comments

Comments
 (0)