We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91308c2 commit 1f36f6eCopy full SHA for 1f36f6e
1 file changed
package.json
@@ -14,7 +14,7 @@
14
},
15
"scripts": {
16
"start": "react-scripts start",
17
- "build": "react-scripts build && cp ./build/index.html ./build/404.html",
+ "build": "react-scripts build && cp build/index.html build/404.html",
18
"test": "react-scripts test --env=jsdom",
19
"eject": "react-scripts eject"
20
0 commit comments