Skip to content

Commit

Permalink
chore: add auto-format npm script (#214)
Browse files Browse the repository at this point in the history
This change should have no user impact.

`npm run format` will run Prettier on all files.
  • Loading branch information
EvanHahn authored Aug 15, 2024
1 parent 3540f12 commit 26f5f4c
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 @@ -13,6 +13,7 @@
"build:tsc": "tsc",
"build:copy": "cpy 'intermediate/generated/**' 'intermediate/src/**' dist/",
"build:doc": "typedoc src/index.ts --tsconfig tsconfig.typedoc.json --plugin typedoc-plugin-markdown",
"format": "prettier --write .",
"lint": "prettier --check .",
"prepack": "npm run build",
"pretest": "npm run lint",
Expand Down

0 comments on commit 26f5f4c

Please sign in to comment.