Skip to content

Commit

Permalink
chore: Fix prettier (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 26, 2021
1 parent 69191bf commit fde6b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,8 +15,8 @@
"test": "jest --coverage --verbose --detectOpenHandles",
"build": "ncc build ./src/index.ts -o lib --minify",
"tsc": "tsc",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"release": "standard-version"
},
"lint-staged": {
Expand Down

0 comments on commit fde6b18

Please sign in to comment.