Skip to content

Commit edcf4a1

Browse files
Voeg homepage en scripts toe aan package.json voor verbeterde implementatie en deployment
1 parent e24bebb commit edcf4a1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
22
"devDependencies": {
33
"gh-pages": "^6.2.0"
4-
},
4+
},
55
"dependencies": {
66
"react": "^19.0.0",
77
"react-dom": "^19.0.0",
88
"react-scripts": "^5.0.1"
9+
},
10+
"homepage": "https://Githubguy132010.github.io/Arch-Linux-without-the-beeps",
11+
"scripts": {
12+
"predeploy": "npm run build",
13+
"deploy": "gh-pages -d build",
14+
"start": "react-scripts start",
15+
"build": "react-scripts build",
16+
"test": "react-scripts test",
17+
"eject": "react-scripts eject"
918
}
10-
}
19+
}

0 commit comments

Comments
 (0)