startx 0.1.6 → 0.2.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.
@@ -27,7 +27,7 @@ jobs:
27
27
  run: corepack enable
28
28
 
29
29
  - name: Install CLI
30
- run: pnpm install --filter ./packages/cli... --frozen-lockfile
30
+ run: pnpm install --frozen-lockfile
31
31
 
32
32
  - name: Build only CLI
33
33
  run: pnpm --filter ./packages/cli... build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "startx",
3
- "version": "0.1.6",
3
+ "version": "0.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/avinashid/startx.git"