We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfe7d4 commit 8163416Copy full SHA for 8163416
1 file changed
package.json
@@ -14,12 +14,12 @@
14
"web-vitals": "^2.1.4"
15
},
16
"scripts": {
17
+ "predeploy": "npm run build",
18
+ "deploy": "gh-pages -d build",
19
"start": "react-scripts start",
20
"build": "react-scripts build",
21
"test": "react-scripts test",
- "eject": "react-scripts eject",
- "predeploy": "npm run build",
22
- "deploy": "gh-pages -d build"
+ "eject": "react-scripts eject"
23
24
"eslintConfig": {
25
"extends": [
0 commit comments