Skip to content

Commit

Permalink
chore: add publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Dec 16, 2023
1 parent 376d4dc commit 70076af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish beta npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ jobs:
rm -f package-lock.json # 或者 yarn.lock
npm cache clean --force
- name: Install specific version of react
run: npm install react@16.14.0

- name: Install Package Dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Build Package
run: npm run build
Expand Down

0 comments on commit 70076af

Please sign in to comment.