Skip to content

Commit

Permalink
replace yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
shkangr committed Jul 24, 2024
1 parent 0a6b896 commit 96c5a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: yarn install
- run: npm install
working-directory: ./bridge
- run: yarn prettier --check src test
working-directory: ./bridge
- run: yarn tsc
- run: npm run build
working-directory: ./bridge
- run: yarn run coverage
- run: npm run coverage
working-directory: ./bridge

0 comments on commit 96c5a68

Please sign in to comment.