Skip to content

Commit

Permalink
Copy vite-env.d.ts to test app
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 20, 2023
1 parent d494066 commit 3727c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
- run: |
mv ./example/src/App.vue ./test-app/src/App.vue
mv ./example/vite.config.ts ./test-app/vite.config.ts
mv ./example/src/vite-env.d.ts ./test-app/src/vite-env.d.ts
mv ./example/src/assets ./test-app/src/assets
mv ./example/public ./test-app/public
- run: |
Expand Down

0 comments on commit 3727c79

Please sign in to comment.