Skip to content

Commit

Permalink
Copy over production builds to fixtures during build
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Nov 14, 2017
1 parent 0fcbfbd commit fa2501f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"scripts": {
"start": "react-scripts start",
"prestart": "cp ../../build/dist/{react,react-dom}.{development,production.min}.js public/",
"prebuild": "cp ../../build/dist/{react,react-dom}.{development,production.min}.js public/",
"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 fa2501f

Please sign in to comment.