Skip to content

Commit

Permalink
pipe: remove handling pnpm cache manually (#95)
Browse files Browse the repository at this point in the history
* pipe: remove handling pnpm cache with actions/cache

* temp file to get a build going
  • Loading branch information
veeti-k committed Jul 5, 2024
1 parent 0f98683 commit 9897cee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,6 @@ jobs:
cache: 'pnpm'
cache-dependency-path: './frontend/pnpm-lock.yaml'

- name: get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: install deps
run: pnpm install

Expand Down
1 change: 1 addition & 0 deletions frontend/temp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hi

0 comments on commit 9897cee

Please sign in to comment.