add justfile with build and deploy instructions.

This commit is contained in:
fiatjaf
2023-04-08 21:31:11 -03:00
parent 5eadfb3ccc
commit 51af433f98

7
justfile Normal file
View File

@@ -0,0 +1,7 @@
build:
yarn run build
deploy:
wrangler pages publish --project-name metadata-contacts-relays dist/
build-and-deploy: build deploy