Skip to content

Commit

Permalink
ci(workflow): use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sam bacha authored Apr 6, 2021
1 parent 552fdca commit ccbdaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install npm dependencies
run: cd src/client && npm install
run: yarn install

- name: Run build
run: npm run build
run: yarn run build

0 comments on commit ccbdaa2

Please sign in to comment.