Skip to content

Commit 34dc108

Browse files
package ch
1 parent 8ff1f01 commit 34dc108

File tree

3 files changed

+249
-6
lines changed

3 files changed

+249
-6
lines changed

package-lock.json

Lines changed: 147 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@testing-library/jest-dom": "^5.16.5",
99
"@testing-library/react": "^13.4.0",
1010
"@testing-library/user-event": "^13.5.0",
11+
"gh-pages": "^6.1.1",
1112
"react": "^18.2.0",
1213
"react-dom": "^18.2.0",
1314
"react-icons": "^4.7.1",
@@ -19,9 +20,9 @@
1920
"web-vitals": "^2.1.4"
2021
},
2122
"scripts": {
22-
"start": "react-scripts start",
2323
"predeploy": "npm run build",
2424
"deploy": "gh-pages -d build",
25+
"start": "react-scripts start",
2526
"build": "react-scripts build",
2627
"test": "react-scripts test",
2728
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)