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 7a32d44 commit 58866aaCopy full SHA for 58866aa
package.json
@@ -16,6 +16,8 @@
16
"web-vitals": "^2.1.4"
17
},
18
"scripts": {
19
+ "predeploy": "npm run build",
20
+ "deploy": "gh-pages -d build",
21
"start": "react-scripts start",
22
"build": "react-scripts build",
23
"test": "react-scripts test",
0 commit comments