Skip to content

Commit ea765d8

Browse files
committed
fix: build before publint test
1 parent 17bac7f commit ea765d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:js": "vitest run",
1414
"test:lint": "eslint",
1515
"test:types": "tsc --noEmit",
16-
"test:publint": "publint",
16+
"test:publint": "npm run build && publint",
1717
"format": "prettier --write .",
1818
"prepare": "husky && patch-package",
1919
"build": "tsc -p tsconfig.npm.json",

0 commit comments

Comments
 (0)