Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer authored Jul 31, 2024
1 parent 7204598 commit 2ce6dcf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
token: ${{ secrets.NPM_TOKEN }}
- run: |
echo "npmRegistries:" >> .yarnrc.yml
echo ' "https://registry.npmjs.org":' >> .yarnrc.yml
echo " npmAlwaysAuth: true" >> .yarnrc.yml
echo " npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> .yarnrc.yml
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> .yarnrc.yml
- run: yarn install --immutable
- run: yarn build:hardhat
- run: yarn build:tsc
Expand Down

0 comments on commit 2ce6dcf

Please sign in to comment.