We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112ab2b commit 250d7a3Copy full SHA for 250d7a3
justfile
@@ -34,7 +34,8 @@ build-typescript-plugin:
34
cd packages/typescript-plugin; just build
35
36
# 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
+# 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
39
40
test:
41
deno test {{test_permissions}} packages/autometrics
0 commit comments