From d9c5a734e98b1a830b9c5aa85895be45cf351f3e Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Wed, 4 Dec 2024 13:36:34 +0000 Subject: [PATCH] Fixed CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e04b29..f455080 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "private": true, "scripts": { "dev": "pnpm run -r --parallel dev", - "ci": "turbo build test lint", + "ci": "turbo build test lint after-build", "build": "turbo build after-build", "release": "pnpm run ci && changeset publish", "test-example": "cd packages/example && evalite watch",