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 15c8d07 commit 802137fCopy full SHA for 802137f
package.json
@@ -20,7 +20,7 @@
20
"doc": "text-runner",
21
"fix": "dprint fmt && eslint --fix && sort-package-json",
22
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check",
23
- "prepublishOnly": "tsc",
+ "prepublishOnly": "npm run build",
24
"setup": "npm install",
25
"test": "npm run lint && npm run unit && npm run doc",
26
"unit": "node --test --import tsx test/*.test.ts",
0 commit comments