We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9c26e commit 089ad39Copy full SHA for 089ad39
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "javascript-crud-with-sampletasks",
3
"version": "1.0",
4
+ "homepage": "https://MohamedRizwan399.github.io/CRUDJavaScriptSampleProject",
5
"private": true,
6
"dependencies": {
7
"@reduxjs/toolkit": "^1.9.7",
@@ -30,7 +31,9 @@
30
31
"start": "react-scripts start",
32
"build": "react-scripts build",
33
"test": "react-scripts test",
- "eject": "react-scripts eject"
34
+ "eject": "react-scripts eject",
35
+ "predeploy": "npm run build",
36
+ "deploy": "gh-pages -b master -d build"
37
},
38
"eslintConfig": {
39
"extends": [
@@ -49,5 +52,8 @@
49
52
"last 1 firefox version",
50
53
"last 1 safari version"
51
54
]
55
+ },
56
+ "devDependencies": {
57
+ "gh-pages": "^6.2.0"
58
}
59
0 commit comments