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.
2 parents a40b48e + f05972a commit dbc0448Copy full SHA for dbc0448
package.json
@@ -23,7 +23,7 @@
23
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check --quiet",
24
"prepublishOnly": "npm run build",
25
"setup": "npm install",
26
- "test": "npm run lint && npm run unit && npm run doc",
+ "test": "npm run build && npm run fix && npm run lint && npm run unit && npm run doc",
27
"unit": "node --test --import tsx test/*.test.ts",
28
"update": "npm-check-updates -u && npm install"
29
},
0 commit comments