Skip to content

Commit

Permalink
Added build-semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 11, 2023
1 parent e89aca4 commit c97fc0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
# Install packages, rebuild using electron
- run: "npm install"
- run: "npm install @pokusew/pcsclite --build-from-source"
- run: "DEBUG=electron-rebuild ./node_modules/.bin/electron-rebuild"
- run: "./node_modules/.bin/electron-rebuild"

# Build
- run: "npm run build-semantic"
- run: "npm run build"

- name: "Upload package"
Expand Down

0 comments on commit c97fc0b

Please sign in to comment.