Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Sep 19, 2024
1 parent ee0c121 commit 172dde3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ jobs:
with:
node-version: lts/*

# - name: Build Inertia
# run: |
# npm install
# cd packages/core && npm run build
# cd ../${{ matrix.adapter }} && npm run build

- name: Build Inertia
run: |
npm install
cd packages/core && npm run build
cd ../${{ matrix.adapter }} && npm run build
cd packages/core && npm run clean && ./build.js
cd ../${{ matrix.adapter }} && npm run clean && ./build.js
- name: Local-link @inertiajs/core
run: cd packages/core && npm link
Expand Down

0 comments on commit 172dde3

Please sign in to comment.