Skip to content

Commit

Permalink
update: github action to use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Apr 11, 2022
1 parent 18b1409 commit a75b50a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
git config user.name "Brian Zinn"
- name: install workspace
run: |
yarn install
npm install --legacy-peer-deps
- name: build test coverage
working-directory: ./packages/react-babylonjs
run: |
yarn build
yarn test:coverage
npm run build
npm run test:coverage
- name: version-changelog-commit
working-directory: ./packages/react-babylonjs
run: |
Expand Down

0 comments on commit a75b50a

Please sign in to comment.