Skip to content

Commit

Permalink
chore(format): Run pnpm fmt to format all the code
Browse files Browse the repository at this point in the history
  • Loading branch information
quangkeu95 committed Jan 10, 2024
1 parent 8365fc4 commit 562ff15
Show file tree
Hide file tree
Showing 67 changed files with 19,090 additions and 912 deletions.
2 changes: 1 addition & 1 deletion ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest ./src/amm/tests/*.test.ts --runInBand --setupFiles dotenv/config",
"test-snapshot": "jest ./src/amm/tests/snapshot.test.ts --runInBand",
"anchor-test": "anchor test",
"fmt": "pnpm prettier --write src/**/*.{ts,json}"
"fmt": "pnpm prettier --write src/'**/*'.{ts,json}"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 562ff15

Please sign in to comment.