diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0703141..535b39b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: run: pnpm dlx turbo check-types - name: Build project - run: pnpm dlx turbo build --filter=web \ No newline at end of file + run: pnpm dlx turbo build --filter=@kaneo/web \ No newline at end of file