Skip to content

Commit

Permalink
- update path to legacy-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Sep 18, 2024
1 parent 55d3202 commit 0666d36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
run: |
rm -rf e2e-app/node_modules/@faustjs/core
rm -rf e2e-app/node_modules/@faustjs/next
cp -r packages/core e2e-app/node_modules/@faustjs/core
cp -r packages/next e2e-app/node_modules/@faustjs/next
cp -r legacy-packages/core e2e-app/node_modules/@faustjs/core
cp -r legacy-packages/next e2e-app/node_modules/@faustjs/next
- name: copy env
working-directory: e2e-app
run: |
Expand Down

0 comments on commit 0666d36

Please sign in to comment.