Skip to content

Commit 250d7a3

Browse files
committed
Remove clean-all from build-all because ci does not have bash extensions we need
1 parent 112ab2b commit 250d7a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

justfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ build-typescript-plugin:
3434
cd packages/typescript-plugin; just build
3535

3636
# NOTE - Build the non-deno things first, then the deno things (this order is important)
37-
build-all: clean-all build-parcel-transformer build-typescript-plugin build build-examples
37+
# NOTE - If this fails, try running `clean-all` then run this command again
38+
build-all: build-parcel-transformer build-typescript-plugin build build-examples
3839

3940
test:
4041
deno test {{test_permissions}} packages/autometrics

0 commit comments

Comments
 (0)