We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857b5c3 commit 03e127fCopy full SHA for 03e127f
package.json
@@ -26,7 +26,7 @@
26
"build": "react-scripts build",
27
"test": "react-scripts test",
28
"eject": "react-scripts eject",
29
- "deploy": "react-scripts build && gh-pages -d build -b master"
+ "deploy": "react-scripts build && npx gh-pages -d build -b master"
30
},
31
"eslintConfig": {
32
"extends": [
0 commit comments