Skip to content

Commit

Permalink
Merge pull request #100 from radiovisual/fix-build-publish
Browse files Browse the repository at this point in the history
Fix build command
  • Loading branch information
radiovisual authored May 20, 2022
2 parents 0c2d93f + c8be822 commit 1d5667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: git config --global user.name "Michael Wuergler"
- run: npm ci
- run: npm version "${GITHUB_REF:10}"
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1d5667d

Please sign in to comment.