We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1a768 commit b0df2fcCopy full SHA for b0df2fc
fixtures/dom/package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"start": "react-scripts start",
18
"prestart": "cp ../../build/dist/{react,react-dom}.development.js public/",
19
- "build": "react-scripts build",
+ "build": "react-scripts build && cp build/index.html build/200.html",
20
"test": "react-scripts test --env=jsdom",
21
"eject": "react-scripts eject"
22
}
0 commit comments