Skip to content

Commit

Permalink
Fix using correct directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 20, 2023
1 parent d871018 commit 45e25d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
cd test-app
npm install
npm install vite-svg-loader --save-dev
npm run build
- uses: cypress-io/github-action@v6
with:
build: cd test-app && npm run build
start: cd test-app && npm run preview
start: npm run test:preview
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -22,8 +22,7 @@
"scripts": {
"lint": "standard --fix",
"cypress": "cypress run",
"example:build": "cd ./example && npm ci && npm run build",
"example:preview": "cd ./example && npm run preview -- --host"
"test:preview": "cd ./test-app && npm run preview -- --host"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 45e25d1

Please sign in to comment.