Skip to content

Commit

Permalink
added deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
darmoment committed Oct 26, 2024
1 parent 5809f00 commit ce01762
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 1 deletion.
112 changes: 112 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand All @@ -37,5 +39,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.2.0"
}
}

0 comments on commit ce01762

Please sign in to comment.