Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 24811e2

Browse files
gh page added
1 parent 8d5e4de commit 24811e2

File tree

2 files changed

+97
-2
lines changed

2 files changed

+97
-2
lines changed

package-lock.json

Lines changed: 91 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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "todo-app-hackerearth",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage": "https://vigneshwaran-chandrasekaran.github.io/todo-app-hackerearth",
56
"dependencies": {
67
"@ant-design/icons": "^4.1.0",
78
"@reduxjs/toolkit": "^1.3.6",
@@ -13,6 +14,7 @@
1314
"cross-env": "^7.0.2",
1415
"formik": "^2.1.4",
1516
"formik-antd": "^2.0.1",
17+
"gh-pages": "^3.0.0",
1618
"js-sha512": "^0.8.0",
1719
"lodash": "^4.17.15",
1820
"moment": "^2.26.0",
@@ -38,7 +40,9 @@
3840
"build": "react-scripts build",
3941
"test": "react-scripts test",
4042
"eject": "react-scripts eject",
41-
"build:production": "env-cmd -f .env.production react-scripts build"
43+
"build:production": "env-cmd -f .env.production react-scripts build",
44+
"predeploy": "npm run build",
45+
"deploy": "gh-pages -d build"
4246
},
4347
"eslintConfig": {
4448
"extends": "react-app"
@@ -58,4 +62,4 @@
5862
"devDependencies": {
5963
"env-cmd": "^10.1.0"
6064
}
61-
}
65+
}

0 commit comments

Comments
 (0)