Skip to content

Commit b0df2fc

Browse files
committed
Add copy command after build for interup with surge.sh
1 parent 3e1a768 commit b0df2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"start": "react-scripts start",
1818
"prestart": "cp ../../build/dist/{react,react-dom}.development.js public/",
19-
"build": "react-scripts build",
19+
"build": "react-scripts build && cp build/index.html build/200.html",
2020
"test": "react-scripts test --env=jsdom",
2121
"eject": "react-scripts eject"
2222
}

0 commit comments

Comments
 (0)