We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8085a27 commit ad9b87fCopy full SHA for ad9b87f
1 file changed
package.json
@@ -24,6 +24,7 @@
24
"sideEffects": false,
25
"scripts": {
26
"build": "tsup",
27
+ "lint": "tsc --noEmit",
28
"test": "node --test --import tsx test/*.test.ts",
29
"bench": "tsx bench/index.ts",
30
"prepublishOnly": "npm run build && npm test"
0 commit comments