Skip to content

Commit

Permalink
npm install the @neon-rs packages before running their builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 30, 2023
1 parent 2c20b17 commit 049cb28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install
npm run build
npm publish --access public
working-directory: ./pkgs/load
Expand All @@ -107,6 +108,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install
npm run bundle
cd bundle
npm publish --access public
Expand Down

0 comments on commit 049cb28

Please sign in to comment.