Skip to content

Commit e2c91ca

Browse files
committed
build(npm): update fix script
1 parent cda8bdf commit e2c91ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"repository": "github:softwareventures/resolve-typescript-plugin",
1616
"license": "ISC",
1717
"scripts": {
18-
"fix": "eslint . --fix && prettier --write .",
18+
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
1919
"lint": "tsc --noEmit && eslint . && prettier --check .",
2020
"prepare": "tsc",
2121
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)