Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Dec 12, 2024
1 parent fc7fdfd commit 8cbe24c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,8 @@ jobs:
with:
node-version: 20.15

- name: Cache node modules
uses: actions/cache@v2
with:
key: ${{ runner.OS }}-npm-cache-${{ hashFiles('package-lock.json') }}
path: |
~/.cache
node_modules
packages/${{ matrix.adapter }}/tests/node_modules
- name: Build Inertia
run: |
rm package-lock.json
npm install
cd packages/core && npm run build
cd ../${{ matrix.adapter }} && npm run build
Expand Down

0 comments on commit 8cbe24c

Please sign in to comment.