Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsRiprod committed Jul 9, 2024
1 parent 9fdc252 commit b810118
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,16 @@ jobs:
cd ./DeskThingServer
npm run typecheck
- name: Install snapcraft on Linux
if: runner.os == 'Linux'
run: |
sudo snap install snapcraft --classic
- name: Build the project
run: |
cd ./DeskThingServer
npm run build
- name: Build application for Windows
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit b810118

Please sign in to comment.