Skip to content

Commit

Permalink
chore: add automd to lint:fix script
Browse files Browse the repository at this point in the history
pi0 committed Oct 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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",

0 comments on commit 1ed252e

Please sign in to comment.