Skip to content

Commit a2ccea6

Browse files
#TRAPWLS-19 package.json file updated
1 parent 7617983 commit a2ccea6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "javascript-crud-with-sampletasks",
33
"version": "1.0",
4+
"homepage": "https://mohamedrizwan399.github.io/CRUDJavaScriptSampleProject",
45
"private": true,
56
"dependencies": {
67
"@reduxjs/toolkit": "^1.9.7",
@@ -10,6 +11,7 @@
1011
"axios": "^1.7.7",
1112
"cors": "^2.8.5",
1213
"firebase": "^11.0.1",
14+
"gh-pages": "^6.2.0",
1315
"jest": "^27.5.1",
1416
"jwt-decode": "^3.1.2",
1517
"nodemon": "^3.1.7",
@@ -30,7 +32,9 @@
3032
"start": "react-scripts start",
3133
"build": "react-scripts build",
3234
"test": "react-scripts test",
33-
"eject": "react-scripts eject"
35+
"eject": "react-scripts eject",
36+
"predeploy": "npm run build",
37+
"deploy": "gh-pages -b master -d build"
3438
},
3539
"eslintConfig": {
3640
"extends": [

0 commit comments

Comments
 (0)