Skip to content

Commit

Permalink
chore: Add deploy script to package.json for GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Jun 19, 2024
1 parent 72b5214 commit 3426a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"watch": "echo '👀 Watching files...' && jest --watch",
"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!🥳'"
"postinstall": "echo '📦 Dependencies installed successfully!🥳'",
"deploy": "echo '🚀 Deploying the app...' && gh-pages -d dist && echo '🌟✨ App is deployed! Visit https://Jagoda11.github.io/pokemon-ract-app ✨'"
},
"author": "Jagoda11",
"license": "MIT",
Expand Down

0 comments on commit 3426a51

Please sign in to comment.