Skip to content

Commit b0e6289

Browse files
committed
chore: remove tsc from lint for now
1 parent e6994fd commit b0e6289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"bump": "npm version -m \"chore(release): bump to v%s\"",
2020
"fmt": "npm run prettier",
21-
"lint": "npm run jshint && npm run tsc",
21+
"lint": "npm run jshint",
2222
"prepublish": "npx -p [email protected] -- reexport",
2323
"test": "node ./tests/",
2424
"--------------": "-----------------------------------------------",

0 commit comments

Comments
 (0)