Skip to content

Commit

Permalink
Remove legacy-peer-deps flag in sample test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz committed Aug 6, 2024
1 parent 9c3f443 commit e0be509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: NPM install ${{ matrix.project }}
run: |
cd samples/${{ matrix.project }}
npm install --legacy-peer-deps
npm install
npm install ../../new.tgz
npm install [email protected]
# npm install [email protected]
cat package.json
- name: Build ${{ matrix.project }} ${{ matrix.platform }}
run: |
Expand Down

0 comments on commit e0be509

Please sign in to comment.