Skip to content

Commit

Permalink
Add copy command after build for interup with surge.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed May 3, 2017
1 parent 3e1a768 commit b0df2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/dom/package.json
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"start": "react-scripts start",
"prestart": "cp ../../build/dist/{react,react-dom}.development.js public/",
"build": "react-scripts build",
"build": "react-scripts build && cp build/index.html build/200.html",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
Expand Down

0 comments on commit b0df2fc

Please sign in to comment.