Skip to content

Commit

Permalink
Test on browser
Browse files Browse the repository at this point in the history
  • Loading branch information
tetracontinental authored May 16, 2024
1 parent 81c9849 commit 39be8f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 39be8f9

Please sign in to comment.