Skip to content

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd committed Jun 2, 2024
1 parent 276904d commit 2485f33
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 @@ -26,7 +26,7 @@
"eject": "react-scripts eject",
"predeploy": "cross-env PUBLIC_URL=https://ufolinux.tk/ npm run build",
"deploy": "gh-pages -b build-branch -d build",
"deploy:ci": "CI=false gh-pages -b build-branch -d build"
"deploy:ci": "gh-pages -b build-branch -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 2485f33

Please sign in to comment.