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 b559438 commit dc2a2f3Copy full SHA for dc2a2f3
package.json
@@ -17,7 +17,7 @@
17
},
18
"scripts": {
19
"predeploy": "npm run build",
20
- "deploy": "gh-pages -b main -d build",
+ "deploy": "gh-pages -b main -d dist",
21
"start": "react-scripts start",
22
"build": "react-scripts build",
23
"eject": "react-scripts eject"
0 commit comments