Skip to content

Commit 8b18efe

Browse files
committed
fix(base): minor change in actions and husky
1 parent 35a45f5 commit 8b18efe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
node-version: 20.x
2222

2323
- name: Install Dependencies
24-
run: npm i
24+
run: pnpm install
2525

2626
- name: Create Release Pull Request or Publish to npm
2727
id: changesets
2828
uses: changesets/action@v1
2929
with:
30-
version: npm run version
31-
publish: npm run release
30+
version: pnpm version
31+
publish: pnpm release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.husky/pre-commit

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
pnpm format
2+
git add .
3+

0 commit comments

Comments
 (0)