Skip to content

Commit

Permalink
fix npm ci (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus authored Jul 21, 2024
1 parent 295e464 commit fd6eea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ 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 run lint
npm run build
Expand Down

0 comments on commit fd6eea2

Please sign in to comment.