Skip to content

Commit

Permalink
legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Oct 9, 2024
1 parent c57d4c4 commit 54a212a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
echo NEAR_NETWORK=testnet >> .env
echo NFT_CONTRACT_ID=default_contract >> .env
npm install # Ensure package-lock.json is in sync
npm ci
npm install --legacy-peer-deps # Ensure package-lock.json is in sync
npm ci --legacy-peer-deps
npm run lint
npm run build
npm run test
Expand Down

0 comments on commit 54a212a

Please sign in to comment.