Skip to content

Commit 00b1b62

Browse files
committed
add back dependencies from previous deployment method even though they are depreciated
Signed-off-by: Jess Chitas <[email protected]>
1 parent 5a45105 commit 00b1b62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint": "eslint .",
1010
"preview": "vite preview",
1111
"predeploy": "npm run build",
12+
"deploy": "gh-pages -d dist",
1213
"clean": "rm -rf dist"
1314
},
1415
"dependencies": {
@@ -24,6 +25,7 @@
2425
"eslint-plugin-react": "^7.37.2",
2526
"eslint-plugin-react-hooks": "^5.0.0",
2627
"eslint-plugin-react-refresh": "^0.4.14",
28+
"gh-pages": "^6.2.0",
2729
"globals": "^15.12.0",
2830
"vite": "^6.0.1"
2931
}

0 commit comments

Comments
 (0)