chore: add post-commit auto import to gh & sh

This commit is contained in:
Ayo Ayco 2026-02-22 19:44:23 +01:00
parent c6bf9b5d36
commit 3d028dc231
5 changed files with 2543 additions and 5 deletions

3
.husky/post-commit Normal file
View file

@ -0,0 +1,3 @@
echo "post-commit..."
git push gh --mirror
git push sh --mirror

View file

@ -1 +0,0 @@
npm run lint

View file

@ -53,8 +53,5 @@
"peerDependencies": {
"astro": ">=5.0.0"
},
"license": "ISC",
"workspaces": [
"demo"
]
"license": "ISC"
}

File diff suppressed because it is too large Load diff

2
pnpm-workspace.yaml Normal file
View file

@ -0,0 +1,2 @@
packages:
- "demo/**"