Skip to content

Commit

Permalink
chore: make lintfix work again
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Nov 7, 2023
1 parent 9ac1044 commit 0cfaf12
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 @@ -14,7 +14,7 @@
"build": "lerna run build",
"build:changed": "lerna run build --since head --exclude-dependents --stream",
"lint": "lerna run --concurrency 4 --stream lint",
"lintfix": "yarn lint --fix",
"lintfix": "yarn lint -- --fix",
"lint:changed": "lerna run --since origin/main --include-dependents --concurrency 4 --stream lint",
"test": "lerna run test --stream",
"___dev": "concurrently \"npm:dev.*\"",
Expand Down

0 comments on commit 0cfaf12

Please sign in to comment.