Skip to content

Commit

Permalink
Remove example node_modules in case there's multiple specified pepr v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
samayer12 committed Sep 19, 2024
1 parent f638454 commit 07279af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pepr-excellent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
rm -rf node_modules/pepr
ln -s $(pwd)/../pepr node_modules/pepr
ls -l node_modules/pepr
rm -rf use-arbitrary-pepr-version/node_modules/pepr
ln -s $(pwd)/../pepr use-arbitrary-pepr-version/node_modules/pepr
- name: run e2e tests
run: |
Expand Down

0 comments on commit 07279af

Please sign in to comment.