Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Dec 12, 2024
1 parent 82b15e1 commit 031a4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"*.js"
],
"scripts": {
"fmt": "prettier --write **/*.{js,ts}",
"fmt:check": "prettier --check **/*.{js,ts}",
"fmt": "prettier --write finder.ts",
"fmt:check": "prettier --check finder.ts",
"build": "tsc",
"test": "tsc && vitest",
"release": "release-it --access public"
Expand Down

0 comments on commit 031a4e0

Please sign in to comment.