Skip to content

Commit

Permalink
chore: add automd to lint:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 4, 2024
1 parent b88f28c commit 1ed252e
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 @@ -26,7 +26,7 @@
"build": "pnpm automd && unbuild",
"dev": "vitest -u",
"lint": "eslint --cache . && prettier -c src",
"lint:fix": "eslint --cache . --fix && prettier -c src -w",
"lint:fix": "automd && eslint --cache . --fix && prettier -c src -w",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags && pnpm build --stub",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
Expand Down

0 comments on commit 1ed252e

Please sign in to comment.