We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6246116 commit a8cc8ceCopy full SHA for a8cc8ce
package.json
@@ -2,19 +2,22 @@
2
"name": "myapp",
3
"version": "0.1.0",
4
"private": true,
5
- "homepage": "https://jacobkrol.github.io/",
+ "homepage": "https://jacobkrol.github.io/Jacob-Krol",
6
"dependencies": {
7
"react": "^16.13.1",
8
"react-dom": "^16.13.1",
9
"react-icons": "^3.10.0",
10
"react-router": "^5.2.0",
11
"react-router-dom": "^5.2.0",
12
- "react-scripts": "3.4.1"
+ "react-scripts": "3.4.1",
13
+ "gh-pages": "^3.1.0"
14
},
15
"scripts": {
16
"start": "react-scripts start",
17
"build": "react-scripts build",
- "eject": "react-scripts eject"
18
+ "eject": "react-scripts eject",
19
+ "predeploy": "npm run build",
20
+ "deploy": "gh-pages -d build"
21
22
"eslintConfig": {
23
"extends": "react-app"
0 commit comments