Skip to content

Commit

Permalink
chore: fix building web on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Oct 18, 2023
1 parent 0af0400 commit 3b585c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snjs.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn build:snjs
run: yarn build:web
- name: ESLint
run: yarn lint
- name: Test
Expand Down

0 comments on commit 3b585c4

Please sign in to comment.