Skip to content

Commit

Permalink
Add npm build step
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Jul 18, 2023
1 parent 9423dc2 commit 2f91f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@anyways-open'
- run: npm install
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f91f24

Please sign in to comment.