startx 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ jobs:
30
30
  run: pnpm install --frozen-lockfile
31
31
 
32
32
  - name: Build only CLI
33
- run: pnpm --filter ./packages/cli... build
33
+ run: pnpm --filter startx-cli build
34
34
 
35
35
  - name: Clean root package.json
36
36
  run: |