chore: add post-commit auto import to gh & sh
This commit is contained in:
parent
c6bf9b5d36
commit
3d028dc231
5 changed files with 2543 additions and 5 deletions
3
.husky/post-commit
Normal file
3
.husky/post-commit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
echo "post-commit..."
|
||||
git push gh --mirror
|
||||
git push sh --mirror
|
||||
|
|
@ -1 +0,0 @@
|
|||
npm run lint
|
||||
|
|
@ -53,8 +53,5 @@
|
|||
"peerDependencies": {
|
||||
"astro": ">=5.0.0"
|
||||
},
|
||||
"license": "ISC",
|
||||
"workspaces": [
|
||||
"demo"
|
||||
]
|
||||
"license": "ISC"
|
||||
}
|
||||
|
|
|
|||
2537
pnpm-lock.yaml
2537
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
2
pnpm-workspace.yaml
Normal file
2
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
packages:
|
||||
- "demo/**"
|
||||
Loading…
Reference in a new issue