Skip to content

Commit c80bc51

Browse files
authored
Fixed while running hatch run lint-js --fix (#1030)
1 parent 81d6343 commit c80bc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publish": "npm --workspaces publish",
55
"test": "npm --workspaces test",
66
"build": "npm --workspaces run build",
7-
"format": "npm run prettier -- --write && npm run eslint -- --fix",
7+
"fix:format": "npm run prettier -- --write && npm run eslint -- --fix",
88
"check:format": "npm run prettier -- --check && npm run eslint",
99
"check:tests": "npm --workspaces run check:tests",
1010
"check:types": "npm --workspaces run check:types",

0 commit comments

Comments
 (0)