We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53751d commit 5db46f4Copy full SHA for 5db46f4
package.json
@@ -21,11 +21,11 @@
21
},
22
"scripts": {
23
"start": "react-scripts start",
24
- "build": "react-scripts build",
+ "build": "BUILD_PATH='./docs' react-scripts build",
25
"test": "react-scripts test",
26
"eject": "react-scripts eject",
27
"predeploy": "npm run build",
28
- "deploy": "gh-pages -d build"
+ "deploy": "gh-pages -d docs -b main"
29
30
"eslintConfig": {
31
"extends": [
0 commit comments