Skip to content

Commit d1e6a1e

Browse files
authored
Switch from 'yarn global' to 'npm -i' (#717)
1 parent e1c797e commit d1e6a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: netlify deploy
3434
id: netlify-deploy
3535
run: |
36-
yarn global add netlify-cli
36+
npm i -g netlify-cli
3737
cd ${{ github.workspace }}/teal-playground
3838
NETLIFY_URL=$(netlify deploy --dir=dist --alias=${{ github.event.pull_request.number }} | grep -Eo '(http|https)://[a-zA-Z0-9./?=_-]*(--)[a-zA-Z0-9./?=_-]*')
3939
echo "$NETLIFY_URL"

0 commit comments

Comments
 (0)