Skip to content

Commit f878107

Browse files
committed
Perform TypeScript check before publish
1 parent eabcddf commit f878107

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
@@ -18,7 +18,7 @@
1818
"AUTHORS"
1919
],
2020
"scripts": {
21-
"prepublishOnly": "yarn lint && yarn test && yarn build",
21+
"prepublishOnly": "yarn ts:check && yarn lint && yarn test && yarn build",
2222
"pretty": "prettier --write .",
2323
"add:keyword": "ts-node ./scripts/add-keyword.ts",
2424
"add:template": "ts-node ./scripts/add-template.ts",

0 commit comments

Comments
 (0)