Skip to content

Commit

Permalink
chore: limit prettier lint to src
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 12, 2022
1 parent 1035156 commit 6a735b1
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 @@ -29,7 +29,7 @@
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"lint": "eslint --ext .ts,.mjs,.cjs . && prettier -c src test",
"lint": "eslint --ext .ts,.mjs,.cjs . && prettier -c src",
"nitro": "jiti ./src/cli.ts",
"prepack": "pnpm build",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
Expand Down

0 comments on commit 6a735b1

Please sign in to comment.