Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 20, 2023
1 parent 7a56be5 commit 61df68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Expand Up @@ -6,9 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: npm create vite@latest test-app -- --template vue-ts
- run: mv ./example/App.vue ./test-app/App.vue
- run: mv ./example/src/App.vue ./test-app/src/App.vue
- run: mv ./example/vite.config.ts ./test-app/vite.config.ts
- run: mv ./example/assets ./test-app/assets
- run: mv ./example/src/assets ./test-app/src/assets
- run: mv ./example/public ./test-app/public
- run: cd test-app
- run: npm install
Expand Down

0 comments on commit 61df68c

Please sign in to comment.