Skip to content

Commit

Permalink
idk anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
SL4F committed Sep 22, 2024
1 parent eb2c269 commit 927420b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: yarn install

- name: Build
run: start
run: yarn build-tsc && electron ./compiled/main.js

- name: Lint
run: yarn lint
run: eslint -c .eslintrc --ext .ts ./src

#- name: Make and Publish (Ubuntu)
# if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 927420b

Please sign in to comment.