Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
m5x5 committed Jun 17, 2024
2 parents 86a3de8 + dc6feea commit 038586b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: cd browser-extension && npm ci --legacy-peer-deps
- run: cd browser-extension && npm run build --if-present
- run: cd browser-extension && npm test

0 comments on commit 038586b

Please sign in to comment.