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",
|
"test": "jest --coverage --verbose",
|
||||||
"build": "ncc build ./src/index.ts -o lib",
|
"build": "ncc build ./src/index.ts -o lib",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write '**/*.ts'",
|
||||||
"format:check": "prettier --check **/*.ts",
|
"format:check": "prettier --check '**/*.ts'",
|
||||||
"release": "standard-version",
|
"release": "standard-version",
|
||||||
"postinstall": "npx husky install"
|
"postinstall": "npx husky install"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue