Skip to content

Commit 6a5e86f

Browse files
committed
Call TypeScript binary directly
1 parent edd8214 commit 6a5e86f

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
@@ -20,7 +20,7 @@
2020
"lint:config": "eslint --print-config index.ts",
2121
"prettier:check": "prettier --check src/**/*.{ts,tsx,json} && prettier --check *.{ts,tsx,json}",
2222
"prettier:write": "prettier --write src/**/*.{ts,tsx,json} && prettier --write *.{ts,tsx,json}",
23-
"check:all": "yarn tsc && yarn lint && yarn prettier:check && jest",
23+
"check:all": "tsc && yarn lint && yarn prettier:check && jest",
2424
"fix": "yarn lint:fix && yarn prettier:write",
2525
"test": "jest",
2626
"snap": "jest -u",

0 commit comments

Comments
 (0)