Skip to content

Commit

Permalink
feat: separate legacy example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 22, 2024
1 parent 9011492 commit bcf6a8d
Show file tree
Hide file tree
Showing 3 changed files with 8,566 additions and 20,591 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/e2e-test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ jobs:
run: |
npm ci
npm run build
- name: Link FaustWP Libraries
run: |
# Go into each package and link it globally
npm --prefix packages/core link
npm --prefix packages/next link
# Then go to the example and link the packages
cd examples/next/getting-started
npm ci
npm run build
npm link @faustjs/core @faustjs/next
npm ci
cd -
- name: Setup Frontend
run: |
NEXT_PUBLIC_WORDPRESS_URL=http://localhost:8080 FAUSTWP_SECRET_KEY=00000000-0000-4000-8000-000000000001 npm run dev:next:getting-started &
Expand Down
Loading

0 comments on commit bcf6a8d

Please sign in to comment.