Skip to content

Commit

Permalink
ci: build plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Apr 10, 2024
1 parent b1a5522 commit 8dea70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Build plugin
run: npm run build

- name: Prepare Vite app
run: npm run vite:prepare

Expand Down

0 comments on commit 8dea70f

Please sign in to comment.