mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-04 22:35:27 +08:00
chore: Fix prettier (#535)
This commit is contained in:
parent
54f7007102
commit
5fa8f53e89
@ -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 New Issue
Block a user