Skip to content

Commit b24547d

Browse files
build: run tsc before publish (#1849)
1 parent 0c9235b commit b24547d

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
@@ -85,7 +85,7 @@
8585
"build": "tsc",
8686
"build:docs": "npx typedoc",
8787
"lint": "prettier --check \"*.{ts,js,json}\" && eslint src --cache",
88-
"prepublish": "npm run build",
88+
"prepack": "npm run build",
8989
"pretest": "npm run build",
9090
"test": "vitest run",
9191
"prepare": "husky install"

0 commit comments

Comments
 (0)