Skip to content

Commit

Permalink
runned npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
WideSu committed Apr 18, 2024
2 parents 34aafa6 + 0e2413c commit 7700822
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@ git branch -M deploy
git push <remote_github_tag> deploy
```
Some troubleshoot:
- 1. no node-modules
```
npm install --save react react-dom react-scripts
npm audit fix --force
```
**Option 2 (will not work with [user pages](https://docs.github.com/en/github/working-with-github-pages/about-github-pages)):**
- Run `npm run deploy` to build and create a branch called `gh-pages`. It will push the `build` files to that branch.
Expand Down

0 comments on commit 7700822

Please sign in to comment.