Skip to content

Commit

Permalink
Remove cli from repo (#1241)
Browse files Browse the repository at this point in the history
* Remove cli from repo

* Remove cache
  • Loading branch information
thekevinscott authored Oct 18, 2023
1 parent 950e08e commit a77158a
Show file tree
Hide file tree
Showing 67 changed files with 35 additions and 5,087 deletions.
14 changes: 7 additions & 7 deletions .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ runs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-${{ inputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-${{ inputs.node-version }}-pnpm-store-
# - uses: actions/cache@v3
# name: Setup pnpm cache
# with:
# path: ${{ env.STORE_PATH }}
# key: ${{ runner.os }}-${{ inputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-${{ inputs.node-version }}-pnpm-store-
- name: Install dependencies
shell: bash
Expand Down
7 changes: 0 additions & 7 deletions internals/upscaler-cli/bin/cli.ts

This file was deleted.

34 changes: 0 additions & 34 deletions internals/upscaler-cli/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions internals/upscaler-cli/src/commands/guide/index.ts

This file was deleted.

49 changes: 0 additions & 49 deletions internals/upscaler-cli/src/commands/guide/start.ts

This file was deleted.

59 changes: 0 additions & 59 deletions internals/upscaler-cli/src/lib/cli/CLI.ts

This file was deleted.

Loading

0 comments on commit a77158a

Please sign in to comment.