Skip to content

Commit

Permalink
add deploy script into package
Browse files Browse the repository at this point in the history
Yuxuan-Zhang-Dexter committed Dec 7, 2024
1 parent 9ab49a7 commit c6bafc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,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": [

0 comments on commit c6bafc5

Please sign in to comment.