Skip to content

Commit

Permalink
Revert "Run build in pre-push"
Browse files Browse the repository at this point in the history
This reverts commit 5f78b0a.
  • Loading branch information
rubengees committed Feb 26, 2024
1 parent 5f78b0a commit 45daa1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:

- run: pnpm install
- run: pnpm verify
- run: pnpm build

- name: Verify dist
run: git diff --exit-code dist/index.js
- if: github.ref == 'refs/heads/main'
run: pnpm build

- if: github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Build
4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

0 comments on commit 45daa1b

Please sign in to comment.