From 27b36876de405e2c7d7ab65906faca49df774d53 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 15 May 2017 22:31:30 +1000 Subject: [PATCH] Move CNAME to static directory and copy all static assets in build --- package.json | 2 +- {pages => static}/CNAME | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {pages => static}/CNAME (100%) diff --git a/package.json b/package.json index 22e73b48933..95b2fa9f678 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pages/CNAME b/static/CNAME similarity index 100% rename from pages/CNAME rename to static/CNAME