Skip to content

Commit

Permalink
chore: Fix typo in GitHub Pages deployment URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Jun 19, 2024
1 parent fd0d937 commit ea25707
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 @@ -15,7 +15,7 @@
"debug": "echo '🐞 Starting the app in debug mode...' && NODE_ENV=development nodemon --inspect src/index.tsx",
"clean": "echo '🧽 Cleaning up...' && rm -rf ./node_modules ./dist && rm package-lock.json",
"postinstall": "echo '📦 Dependencies installed successfully!🥳'",
"deploy": "echo '🚀 Deploying the app...' && gh-pages -d dist --repo https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/Jagoda11/pokemon-react-app.git && echo '🌟✨ App is deployed! Visit https://Jagoda11.github.io/pokemon-react-app ✨'"
"deploy": "echo '🚀 Deploying the app...' && gh-pages -d dist --repo && echo '🌟✨ App is deployed! Visit https://Jagoda11.github.io/pokemon-ract-app ✨'"
},
"author": "Jagoda11",
"license": "MIT",
Expand Down

0 comments on commit ea25707

Please sign in to comment.