Skip to content

Commit

Permalink
remove --excludes from script
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Feb 29, 2024
1 parent 08afe50 commit 41e88fa
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 @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"lint": "eslint .",
"fmt": "dprint fmt --excludes .yarn/* .pnp.*",
"fmt": "dprint fmt",
"release": "tsx ./release/run.ts",
"reset-next": "tsx ./scripts/resetNext.ts",
"test": "vitest run",
Expand Down

0 comments on commit 41e88fa

Please sign in to comment.