fix: ignores + cache action

This commit is contained in:
diced
2025-08-07 14:55:09 -07:00
parent 896e44a10e
commit 2e70cf0add
3 changed files with 2 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
.github
.next
build
node_modules
uploads*

View File

@@ -37,10 +37,9 @@ jobs:
with:
path: |
${{ steps.pnpm-cache.outputs.store_path }}
${{ github.workspace }}/.next/cache
key: ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.node }}-pnpm-next-store-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
key: ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.node }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
restore-keys: |
${{ runner.os }}-${{ matrix.arch }}-${{ matrix.node }}-pnpm-next-store-${{ hashFiles('**/package-lock.json') }}-
${{ runner.os }}-${{ matrix.arch }}-${{ matrix.node }}-pnpm-store-${{ hashFiles('**/package-lock.json') }}-
- name: Install
run: pnpm install
@@ -54,5 +53,4 @@ jobs:
- name: Build
env:
ZIPLINE_BUILD: 'true'
NEXT_TELEMETRY_DISABLED: '1'
run: pnpm build:skip

1
.gitignore vendored
View File

@@ -35,7 +35,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# eslint
.eslintcache