Skip to content

Commit

Permalink
fix deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imagine10255 committed Oct 17, 2024
1 parent 9d066d6 commit 51feb79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Replace local links with actual versions
run: |
cd examples
sed -i 's#"@acrool/react-skeleton": "link:.."#"@acrool/react-skeleton": "1.0.0"#' package.json
sed -i 's#"react": "link:../node_modules/react"#"react": "^18.0.0"#' package.json
sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^18.0.0"#' package.json
Expand Down

0 comments on commit 51feb79

Please sign in to comment.