Skip to content

Commit

Permalink
Remove clean-all from build-all because ci does not have bash extensi…
Browse files Browse the repository at this point in the history
…ons we need
  • Loading branch information
brettimus committed Feb 26, 2024
1 parent 112ab2b commit 250d7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 250d7a3

Please sign in to comment.