Skip to content

Commit

Permalink
FIX copy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 4, 2018
1 parent a1b300b commit bac24be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build && cp static/* .travis.yml ./public",
"build": "gatsby build && cp static/**/* .travis.yml ./public",
"build-storybook": "build-storybook",
"deploy:ci": "gh-pages -t -r https://${GH_TOKEN}@github.com/storybooks/storybook.git -d public -o origin -b gh-pages",
"deploy:manual": "gh-pages -t -r [email protected]:storybooks/storybook.git -d public -o origin -b gh-pages",
Expand Down

0 comments on commit bac24be

Please sign in to comment.