Skip to content

Commit

Permalink
Merge branch 'master' of github.com:no-chris/chord-mark
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Dec 12, 2021
2 parents 45661d7 + 660adbb commit e96086f
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 @@ -19,9 +19,9 @@ jobs:
node-version: 16

# Install & build & test:
- run: npm install
- run: npx lerna bootstrap
- run: npm run build
- run: yarn install
- run: yarn exec lerna bootstrap
- run: yarn run build

# Coverage report
- name: Coveralls GitHub Action
Expand Down

0 comments on commit e96086f

Please sign in to comment.