Skip to content

Commit

Permalink
Install packages before generating source code
Browse files Browse the repository at this point in the history
  • Loading branch information
seandgrimes committed Aug 20, 2024
1 parent 68ba9fe commit 060a3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
mv ${{ steps.download.outputs.download-path}}/prebuild-macOS-ARM64/darwin-arm64/* ./prebuilds/darwin-arm64/
mv ${{ steps.download.outputs.download-path}}/prebuild-macOS-X64/darwin-x64/* ./prebuilds/darwin-x64/
find ./prebuilds
- name: generate source code
run: npm run preinstall
- name: npm install
run: npm ci --ignore-scripts
- name: generate source code
run: npm run preinstall
- name: publish
run: |
(cat "$NPM_CONFIG_USERCONFIG" || true) && npm publish --provenance --access public
Expand Down

0 comments on commit 060a3b1

Please sign in to comment.