Skip to content

Commit

Permalink
fix: linux and mac build (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotneteer committed Jul 16, 2022
1 parent ded2590 commit e642f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: 16.x

- name: Install npm dependencies
run: npm run bootstrap:ci
run: npm run bootstrap:ci --force

- name: Build the packages
run: npm run build
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
node-version: 16.x

- name: Install npm dependencies
run: npm run bootstrap:ci
run: npm run bootstrap:ci --force

- name: Build the packages
run: npm run build
Expand Down

0 comments on commit e642f2d

Please sign in to comment.