Skip to content

Commit fbe71a7

Browse files
add typecheck command
1 parent 91ec438 commit fbe71a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"build": "tsc",
1818
"lint": "eslint --ext js,ts,tsx src",
1919
"lint:fix": "npm run lint -- --fix",
20+
"typecheck": "tsc --noEmit",
2021
"test": "jest --config jest.config.js --passWithNoTests",
2122
"prepare": "npm run build",
2223
"prepublishOnly": "npm run test && npm run lint",

0 commit comments

Comments
 (0)