Skip to content

Commit 802137f

Browse files
authored
Reuse build script in prepublish (#62)
1 parent 15c8d07 commit 802137f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"doc": "text-runner",
2121
"fix": "dprint fmt && eslint --fix && sort-package-json",
2222
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check",
23-
"prepublishOnly": "tsc",
23+
"prepublishOnly": "npm run build",
2424
"setup": "npm install",
2525
"test": "npm run lint && npm run unit && npm run doc",
2626
"unit": "node --test --import tsx test/*.test.ts",

0 commit comments

Comments
 (0)