Skip to content

Commit

Permalink
build: speed up macos builds
Browse files Browse the repository at this point in the history
related: npm/cli#2011

related: npm/cli#3208
  • Loading branch information
bhajneet committed Mar 15, 2023
1 parent aae5b26 commit e441555
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- run: mkdir node_modules

- run: npm ci

- run: npm run build:${{ matrix.platform }}

0 comments on commit e441555

Please sign in to comment.