mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
chore: Fix prettier (#535)
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user