Skip to content

Commit

Permalink
package name updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aviral-zype committed Aug 27, 2023
1 parent 8c04b12 commit e5c7d4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run build

publish-npm:
Expand All @@ -26,6 +27,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit e5c7d4e

Please sign in to comment.