Move CNAME to static directory and copy all static assets in build

This commit is contained in:
Michael Shilman 2017-05-15 22:31:30 +10:00
parent ee541e9f40
commit 27b36876de
2 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
"main": "n/a",
"scripts": {
"build-storybook": "build-storybook",
"build": "gatsby build && cp static/google4bb8ea8d0ce48185.html .travis.yml ./public",
"build": "gatsby build && cp static/* .travis.yml ./public",
"deploy": "gh-pages -t -r git@github.com:storybooks/storybooks.github.io.git -d public -o origin -b master",
"deploy-travis": "gh-pages -t -r https://${GH_TOKEN}@github.com/storybooks/storybooks.github.io.git -d public -o origin -b master",
"develop": "gatsby develop",