mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
chore: Fix prettier (#633)
This commit is contained in:
parent
69191bfb1c
commit
fde6b1864d
@ -15,8 +15,8 @@
|
|||||||
"test": "jest --coverage --verbose --detectOpenHandles",
|
"test": "jest --coverage --verbose --detectOpenHandles",
|
||||||
"build": "ncc build ./src/index.ts -o lib --minify",
|
"build": "ncc build ./src/index.ts -o lib --minify",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user