Skip to content

Commit

Permalink
Generate source code as part of package build
Browse files Browse the repository at this point in the history
  • Loading branch information
seandgrimes committed Aug 20, 2024
1 parent d4a7caa commit 3d4b62e
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 @@ -117,6 +117,8 @@ 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: publish
Expand Down

0 comments on commit 3d4b62e

Please sign in to comment.