Skip to content

Commit

Permalink
🚸 Add prebuildify
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Apr 17, 2024
1 parent 5305c06 commit 3e65f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
yarn
- name: Build
run: |
yarn prebuildify
yarn pack
env:
NODE_ENV: production
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/prebuilds/
compile_commands.json
*.pc

Expand Down

0 comments on commit 3e65f65

Please sign in to comment.