chore: remove run file

This commit is contained in:
Oliver Davies 2023-06-06 00:13:20 +01:00
parent e0f6a44823
commit 88a1c38a41
3 changed files with 38 additions and 64 deletions

View file

@ -6,14 +6,9 @@ default:
start:
nix develop --command yarn astro dev --open
create-daily:
create-daily date title:
#!/usr/bin/env bash
date="$(date +%Y-%m-%d)"
filepath="source/_daily_emails"
filename="${date}.md"
touch "${filepath}/${filename}"
eval "${EDITOR}" "${filepath}/${filename}"
./tools/scripts/create-daily.sh {{ date }} {{ title }}
deploy sha:
rm -fr _deploy