Skip to content

Commit

Permalink
chore: Fix prettier (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 26, 2021
1 parent 54f7007 commit 5fa8f53
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 @@ -14,8 +14,8 @@
"test": "jest --coverage --verbose",
"build": "ncc build ./src/index.ts -o lib",
"tsc": "tsc",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"release": "standard-version",
"postinstall": "npx husky install"
},
Expand Down

0 comments on commit 5fa8f53

Please sign in to comment.