Skip to content

Commit

Permalink
Removes redundant second build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxvu authored Oct 13, 2023
1 parent fa7ee5f commit f212a90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@roll20'
- run: yarn install
- run: yarn build
# - run: npm test
env:
CI: true
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
CI: true

0 comments on commit f212a90

Please sign in to comment.