Skip to content

Commit

Permalink
Bundle plugin before publishing to npm (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
krshnpatel committed Sep 27, 2023
1 parent de75059 commit 65200f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn build
- run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 65200f9

Please sign in to comment.