Skip to content

Commit f9d21c8

Browse files
update build script
1 parent 20b10d6 commit f9d21c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"start": "react-scripts start",
29-
"build": "react-scripts build",
29+
"build": "react-scripts build && cp build/index.html build/404.html",
3030
"test": "react-scripts test",
3131
"eject": "react-scripts eject",
3232
"postbuild": "rm -rf docs/ && mv build docs/ && cp CNAME docs/"

0 commit comments

Comments
 (0)