From 39be8f9fced913874c01f0ed0c3b6905e55ea5e6 Mon Sep 17 00:00:00 2001 From: Tetracontane <144820358+tetracontinental@users.noreply.github.com> Date: Thu, 16 May 2024 11:49:42 +0900 Subject: [PATCH] Test on browser --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d8cdbe2..f1a0301 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "tokyo_dome", "version": "0.1.0", "private": true, + "homepage": "https://tetracontinental.github.io/tokyo_dome/", "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", @@ -20,7 +21,11 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", - "eject": "react-scripts eject" + "eject": "react-scripts eject", + "rm": "rm -rf docs", + "mv": "mv build docs", + "git": "git add . && git commit && git push origin dev", + "deploy": "npm run rm && npm run build && npm run mv && npm run git" }, "eslintConfig": { "extends": [