Skip to content

Commit 6aacee5

Browse files
authored
fix: add check-types (#3)
1 parent 75d1992 commit 6aacee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
],
1616
"scripts": {
1717
"clean": "rimraf lib lib-esm",
18+
"check-types": "tsc --noEmit",
1819
"eslint": "eslint src --ext ts --cache",
1920
"eslint-fix": "npm run eslint -- --fix",
2021
"prepublishOnly": "npm run tsc",

0 commit comments

Comments
 (0)