diff --git a/justfile b/justfile new file mode 100644 index 0000000..b333833 --- /dev/null +++ b/justfile @@ -0,0 +1,7 @@ +build: + yarn run build + +deploy: + wrangler pages publish --project-name metadata-contacts-relays dist/ + +build-and-deploy: build deploy