Skip to content

Commit

Permalink
chore: add yarn fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Jun 26, 2023
1 parent a91d0d0 commit 7818785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"prepare": "husky install",
"lint": "ts-standard",
"fix": "yarn ts-standard --fix",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"clean": "rm -rf build/*",
"build": "tsdx build --tsconfig tsconfig.build.json"
Expand Down

0 comments on commit 7818785

Please sign in to comment.