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",