Skip to content

Commit

Permalink
let's try creating the CNAME in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkitree committed Jul 7, 2024
1 parent 2d58e83 commit 97d8108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch:eleventy": "npx @11ty/eleventy --serve",
"build:eleventy": "npx @11ty/eleventy",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*"
"build": "npm-run-all build:* && echo 'ebooks.lullabot.com' > ./_sites/CNAME"
},
"author": "Hunter MacDermut",
"license": "ISC",
Expand Down

0 comments on commit 97d8108

Please sign in to comment.