Skip to content

Commit 45daa1b

Browse files
committed
Revert "Run build in pre-push"
This reverts commit 5f78b0a.
1 parent 5f78b0a commit 45daa1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020

2121
- run: pnpm install
2222
- run: pnpm verify
23-
- run: pnpm build
2423

25-
- name: Verify dist
26-
run: git diff --exit-code dist/index.js
24+
- if: github.ref == 'refs/heads/main'
25+
run: pnpm build
26+
27+
- if: github.ref == 'refs/heads/main'
28+
uses: stefanzweifel/git-auto-commit-action@v4
29+
with:
30+
commit_message: Build

.husky/pre-push

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)