cleanup
This commit is contained in:
parent
eac0aa54b1
commit
c8bcc46632
2 changed files with 4 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -16,8 +16,6 @@ jobs:
|
|||
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
|
|
@ -11,7 +11,10 @@
|
|||
"check": "astro check"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": "prettier --write"
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [
|
||||
"prettier --write",
|
||||
"astro check"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue