Skip to content

Commit

Permalink
Add gh-pages script
Browse files Browse the repository at this point in the history
  • Loading branch information
dphilipson committed Jan 3, 2019
1 parent e8b2093 commit 8c53c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"scripts": {
"build": "yarn run copy-lib && react-scripts build",
"copy-lib": "rm -rf src/lib && cp -r ../src src/lib",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"start": "yarn run copy-lib && react-scripts start",
"test": "yarn run copy-lib && react-scripts test"
},
Expand Down

0 comments on commit 8c53c36

Please sign in to comment.