Skip to content

Commit

Permalink
Add optional dependency for rollup & vite on containers
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers committed May 24, 2024
1 parent 1c144a2 commit 5adde7f
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:

- uses: bahmutov/npm-install@v1

# Because of platform-specific optional dependencies in Vite
# https://github.com/npm/cli/issues/4828
# Will create errors like: `Error: Cannot find module @rollup/rollup-linux-x64-gnu.`
- name: Install Playwright Browsers
run: npx playwright install

- name: Lint (via Turbo)
run: npm run lint

Expand Down
290 changes: 287 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5adde7f

Please sign in to comment.