From cd830d04951886c451fe7d92e043dd7a532878fa Mon Sep 17 00:00:00 2001 From: Ethan Manns Date: Sun, 12 Apr 2020 19:27:01 -0700 Subject: [PATCH] Add CNAME file in yarn build script (#11) See https://github.com/tschaub/gh-pages/issues/213 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcbfa1f..a84a40e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "url": "git+https://github.com/sunrise-seattle/website.git" }, "scripts": { - "build": "gatsby build", + "build": "gatsby build; echo \"sunriseseattle.org\" > public/CNAME", "format": "prettier --write \"**/*.{js,jsx,json,md}\"", "start": "gatsby develop", "serve": "gatsby serve",