From 36937d9876d2ab3f5c331a8112d8845c3bc318f2 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Mon, 8 Jul 2024 23:43:58 +0300 Subject: [PATCH] fix(astro): Add build step as dependency for e2e tests --- .changeset/violet-spies-eat.md | 2 ++ turbo.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changeset/violet-spies-eat.md diff --git a/.changeset/violet-spies-eat.md b/.changeset/violet-spies-eat.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/violet-spies-eat.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/turbo.json b/turbo.json index fe8035f5b7f..0ae0a803a53 100644 --- a/turbo.json +++ b/turbo.json @@ -177,7 +177,7 @@ "outputLogs": "new-only" }, "//#test:integration:astro": { - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build"], + "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/astro#build"], "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], "inputs": ["integration/**"], "outputLogs": "new-only"