Skip to content

Commit

Permalink
fix: update github page config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Aug 14, 2024
1 parent b9c3ca0 commit 9d69fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"deploy": "gh-pages -b deploy -d build",
"schema": "node ./scripts/gen-schema.mjs",
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 9d69fd1

Please sign in to comment.