Skip to content

Commit f28b21b

Browse files
author
Uday
committedNov 30, 2023
deploy
1 parent 85bfbad commit f28b21b

File tree

2 files changed

+164
-0
lines changed

2 files changed

+164
-0
lines changed
 

‎package-lock.json

+160
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"homepage": "https://uadeshay-saini.github.io/ScoNews",
23
"name": "apiapp",
34
"version": "0.1.0",
45
"private": true,
@@ -15,6 +16,8 @@
1516
},
1617
"scripts": {
1718
"start": "react-scripts start",
19+
"predeploy": "npm run build",
20+
"deploy": "gh-pages -d build",
1821
"build": "react-scripts build",
1922
"test": "react-scripts test",
2023
"eject": "react-scripts eject"
@@ -39,6 +42,7 @@
3942
},
4043
"devDependencies": {
4144
"autoprefixer": "^10.4.16",
45+
"gh-pages": "^6.1.0",
4246
"postcss": "^8.4.30",
4347
"tailwindcss": "^3.3.3"
4448
}

0 commit comments

Comments
 (0)
Please sign in to comment.