Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Apr 1, 2024
1 parent ea3824b commit 54aaa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uui-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"local-test-e2e-report-show": "npx ../node_modules/playwright show-report ./tests/.report/report",
"local-test-e2e": "yarn local-pw-cli",
"local-test-e2e-update": "yarn local-pw-cli --update-snapshots",
"start-server": "cd ./app && yarn server"
"start-server": "yarn --cwd ../app server"
},
"dependencies": {
"@playwright/test": "1.42.1",
Expand Down

0 comments on commit 54aaa9e

Please sign in to comment.