chore: Fix prettier (#535)

This commit is contained in:
Shohei Ueda 2021-07-26 15:32:36 +09:00 committed by GitHub
parent 54f7007102
commit 5fa8f53e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
},