Skip to content

Commit 5db46f4

Browse files
committed
package
1 parent b53751d commit 5db46f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"scripts": {
2323
"start": "react-scripts start",
24-
"build": "react-scripts build",
24+
"build": "BUILD_PATH='./docs' react-scripts build",
2525
"test": "react-scripts test",
2626
"eject": "react-scripts eject",
2727
"predeploy": "npm run build",
28-
"deploy": "gh-pages -d build"
28+
"deploy": "gh-pages -d docs -b main"
2929
},
3030
"eslintConfig": {
3131
"extends": [

0 commit comments

Comments
 (0)