Skip to content

Commit

Permalink
Merge pull request #68 from NASA-PDS/fixes/67-update-publish-to-npm-w…
Browse files Browse the repository at this point in the history
…orkflow

Added build icons command to publish to npm github workflow.
  • Loading branch information
anilnatha authored Oct 22, 2024
2 parents 58c7e28 + 832a595 commit 667bcd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: npm ci
- name: Build Icons
run: npm run build:icons
- name: Build CSS
run: npm run build:css
- name: Publish
Expand Down

0 comments on commit 667bcd4

Please sign in to comment.