Skip to content

Commit

Permalink
👷 Chore: Remove unnecessary build step from prepublish (#673)
Browse files Browse the repository at this point in the history
## Description

Prepublish was building twice

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory authored Nov 17, 2023
1 parent 039514f commit 4fc7f25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Build repo
run: bun run nx run-many --skip-nx-cache --targets=build:dist,build:types

- name: Check for pre.json file existence
id: check_files
uses: andstor/[email protected]
Expand Down

0 comments on commit 4fc7f25

Please sign in to comment.