Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Oct 9, 2024
1 parent 74f8c89 commit c936f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && pnpm run copy-index",
"copy-index": "cp build/public/index.html build/",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit c936f8f

Please sign in to comment.