From ea257074b6fdf67d7826e90c632136180863bb2b Mon Sep 17 00:00:00 2001 From: Jagoda11 Date: Wed, 19 Jun 2024 16:39:21 +0200 Subject: [PATCH] chore: Fix typo in GitHub Pages deployment URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f22d10..32b5450 100644 --- a/package.json +++ b/package.json @@ -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",