Skip to content

Commit

Permalink
chore: add fmt.check script
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Jan 9, 2024
1 parent 6d62bb8 commit 18881ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"test.unit": "uvu -r tsm tests/unit",
"tsc.watch": "tsc -w",
"version": "npm run build.prod",
"fmt": "prettier --config package.json --write src"
"fmt": "prettier --config package.json --write src",
"fmt.check": "prettier --config package.json --check src"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.5",
Expand Down

0 comments on commit 18881ce

Please sign in to comment.