Skip to content

Commit 8a6bdef

Browse files
committed
Update package.json
1 parent 26dde04 commit 8a6bdef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"start": "react-scripts start",
1818
"build": "react-scripts build",
1919
"test": "react-scripts test",
20-
"eject": "react-scripts eject"
20+
"eject": "react-scripts eject",
21+
"predeploy": "npm run build",
22+
"deploy": "gh-pages -d build"
2123
},
2224
"eslintConfig": {
2325
"extends": [

0 commit comments

Comments
 (0)