From 250d7a3d186a2d340fb32b4ee701c6e71022f258 Mon Sep 17 00:00:00 2001 From: Brett Beutell Date: Mon, 26 Feb 2024 17:47:22 +0100 Subject: [PATCH] Remove clean-all from build-all because ci does not have bash extensions we need --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 5595824..6c0f9b1 100644 --- a/justfile +++ b/justfile @@ -34,7 +34,8 @@ build-typescript-plugin: cd packages/typescript-plugin; just build # NOTE - Build the non-deno things first, then the deno things (this order is important) -build-all: clean-all build-parcel-transformer build-typescript-plugin build build-examples +# NOTE - If this fails, try running `clean-all` then run this command again +build-all: build-parcel-transformer build-typescript-plugin build build-examples test: deno test {{test_permissions}} packages/autometrics