Skip to content

Commit 362be47

Browse files
committed
Optimise for build
1 parent 37de8a4 commit 362be47

19 files changed

+333
-2
lines changed
File renamed without changes.
Lines changed: 327 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

game/package.json renamed to package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
"@testing-library/jest-dom": "^5.11.9",
77
"@testing-library/react": "^11.2.5",
88
"@testing-library/user-event": "^12.8.1",
9+
"gh-pages": "^3.2.3",
910
"react": "^17.0.1",
1011
"react-dom": "^17.0.1",
1112
"react-scripts": "4.0.3",
1213
"web-vitals": "^1.1.0"
1314
},
1415
"scripts": {
16+
"predeploy": "npm run build",
17+
"deploy": "gh-pages -d build",
1518
"start": "react-scripts start",
1619
"build": "react-scripts build",
1720
"test": "react-scripts test",
@@ -34,5 +37,6 @@
3437
"last 1 firefox version",
3538
"last 1 safari version"
3639
]
37-
}
38-
}
40+
},
41+
"homepage": "https://github.com/Jethet/project-memory-game"
42+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)