Skip to content

Commit

Permalink
Update refreshLockFiles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored Jan 5, 2025
1 parent 9e53611 commit 832b065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refreshLockFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
find . -name "package-lock.json" -delete
- name: 💻 Install npm packages
run: npm install --legacy-peer-deps
run: npm install
- name: Build lib 🤖
run: |
npm run build
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
cd testsite
npm link docusaurus-json-schema-plugin --save
npm install --prefer-dedupe --legacy-peer-deps
npm install --prefer-dedupe
npm dedupe
- name: Create Pull Request 🤖
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit 832b065

Please sign in to comment.