Skip to content

Commit

Permalink
Update publish_npm.yml
Browse files Browse the repository at this point in the history
Adding build script to create /dist files
  • Loading branch information
bryanjonker-illinois authored Aug 21, 2024
1 parent 9a1f909 commit de0f991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm rebuild
- run: npm run-script build
- name: Install to npm
run: npm publish --access public
env:
Expand Down

0 comments on commit de0f991

Please sign in to comment.