Skip to content

Commit 5b14c5a

Browse files
authored
Fix lint script (#1437)
1 parent f77fba9 commit 5b14c5a

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
@@ -133,7 +133,7 @@
133133
"clean": "eliminate dist",
134134
"type": "tsc",
135135
"type:watch": "tsc --watch",
136-
"lint": "run-s lint:*",
136+
"lint": "run-s lint:js lint:css lint:prettier",
137137
"lint:check": "run-s lint:*:check",
138138
"lint:js": "eslint . --fix",
139139
"lint:js:check": "eslint .",

0 commit comments

Comments
 (0)