Skip to content

Commit

Permalink
Switch from 'yarn global' to 'npm -i' (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Nov 5, 2023
1 parent e1c797e commit d1e6a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: netlify deploy
id: netlify-deploy
run: |
yarn global add netlify-cli
npm i -g netlify-cli
cd ${{ github.workspace }}/teal-playground
NETLIFY_URL=$(netlify deploy --dir=dist --alias=${{ github.event.pull_request.number }} | grep -Eo '(http|https)://[a-zA-Z0-9./?=_-]*(--)[a-zA-Z0-9./?=_-]*')
echo "$NETLIFY_URL"
Expand Down

0 comments on commit d1e6a1e

Please sign in to comment.