add justfile.

This commit is contained in:
fiatjaf
2023-03-23 23:15:07 -03:00
parent 88dd984095
commit 6ea1475759

7
justfile Normal file
View File

@@ -0,0 +1,7 @@
cloudflare:
rm -fr cf
mkdir -p cf/target/esbuild
cp index.html cf/
cp target/esbuild/bundle.js cf/target/esbuild
wrangler pages publish cf --project-name nostr-army-knife --branch master
rm -fr cf