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

Commit 3c779bd

Browse files
packages json changed
1 parent 486bab2 commit 3c779bd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "todo-app-hackerearth",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "https://vigneshwaran-chandrasekaran.github.io/todo-app-hackerearth",
65
"dependencies": {
76
"@ant-design/icons": "^4.1.0",
87
"@reduxjs/toolkit": "^1.3.6",
@@ -40,9 +39,7 @@
4039
"build": "react-scripts build",
4140
"test": "react-scripts test",
4241
"eject": "react-scripts eject",
43-
"build:production": "env-cmd -f .env.production react-scripts build",
44-
"predeploy": "npm run build",
45-
"deploy": "gh-pages -d build"
42+
"build:production": "env-cmd -f .env.production react-scripts build"
4643
},
4744
"eslintConfig": {
4845
"extends": "react-app"
@@ -62,4 +59,4 @@
6259
"devDependencies": {
6360
"env-cmd": "^10.1.0"
6461
}
65-
}
62+
}

0 commit comments

Comments
 (0)