Skip to content

Commit

Permalink
Chore: 💚replace yarn with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliangsir committed Nov 16, 2024
1 parent 0b085b7 commit f9fc5c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
- name: Build
run: |
yarn
yarn build
npm install
npm run build
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
Expand Down

1 comment on commit f9fc5c7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.