chore: Fix prettier (#535)
This commit is contained in:
parent
54f7007102
commit
5fa8f53e89
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue