Skip to content

Commit

Permalink
build-check
Browse files Browse the repository at this point in the history
  • Loading branch information
YunPearce committed Mar 26, 2024
1 parent 6e1c0b3 commit fbbe34a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
- name: Build
run: yarn build
working-directory: ./near
working-directory: ./near

- name: Check dist/index.js
run: cmp dist/index.js target/index.js
working-directory: ./near
working-directory: ./near

- name: Failure message
if: failure()
Expand Down

0 comments on commit fbbe34a

Please sign in to comment.