Skip to content

Commit 0b85a30

Browse files
chore(package): run script lint:tsc in "prepublishOnly"
1 parent d53e7cd commit 0b85a30

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
@@ -25,7 +25,7 @@
2525
"lint:fix": "npm run lint -- --fix",
2626
"lint:tsc": "tsc --noEmit",
2727
"prepare": "husky",
28-
"prepublishOnly": "npm run lint && npm run test:ci && npm run clean && npm run build",
28+
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run clean && npm run build",
2929
"size-limit": "size-limit",
3030
"test": "jest --testPathIgnorePatterns __tests__/integration",
3131
"test:ci": "CI=true npm test -- --ci --colors",

0 commit comments

Comments
 (0)