Skip to content

Commit

Permalink
chore(e2e): fix server runner path
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 8, 2024
1 parent 80dc366 commit 23a13c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
product: 'chrome'
},
server: {
command: 'cd ../ & npm run start:test --workspace site',
command: 'cd ../site & npm run start:test',
port: 3005,
launchTimeout: 20000,
debug: true
Expand Down

0 comments on commit 23a13c9

Please sign in to comment.