Skip to content

Commit

Permalink
fix -> lint-format
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Nov 10, 2023
1 parent 8b66102 commit 4b7318c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lint:fix": "eslint . --fix",
"checkstyle": "prettier . --check",
"checkstyle:write": "prettier . --write",
"fix": "npm run lint:fix && npm run checkstyle:write"
"lint-format": "npm run lint:fix && npm run checkstyle:write"
},
"workspaces": [
"odysseus",
Expand Down

0 comments on commit 4b7318c

Please sign in to comment.