Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-police committed Aug 18, 2024
1 parent c84be41 commit 5b5ce7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"deploy-dist": "gh-pages -d dist",
"deploy-public": "gh-pages -d public",
"start": "react-scripts start",
"build": "react-scripts build && cp build/index.html build/404.html",
"build": "react-scripts build",
"build-old": "react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 5b5ce7e

Please sign in to comment.