Skip to content

Commit 4732fad

Browse files
committed
Add ci + release-it config
1 parent e2e6342 commit 4732fad

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
node-version: 22
1818
cache: pnpm
1919
- run: pnpm install --frozen-lockfile
20+
- run: pnpm lint
2021
- run: pnpm test
2122
- run: pnpm run build

.release-it.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"hooks": {
3+
"before:init": ["pnpm build", "pnpm lint", "pnpm test"]
4+
},
5+
"npm": {
6+
"stage": true
7+
}
8+
}

0 commit comments

Comments
 (0)