From cf28e0d290dd158b8cbec0b4abd4c9c39250aa30 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sat, 15 Feb 2025 00:55:11 -0800 Subject: [PATCH] justfile --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index f9e3f6b..94b53a6 100644 --- a/justfile +++ b/justfile @@ -3,3 +3,6 @@ _default: parcel: pnpm exec parcel serve --no-hmr --no-cache + +parcel-build: + pnpm exec parcel build