Skip to content

Commit 9b48e12

Browse files
authored
Merge pull request #1136 from martinRenou/fix_script
Fix UI-tests detached script
2 parents 395fbf2 + 28d4a39 commit 9b48e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"start": "voila ../notebooks --no-browser",
8-
"start:detached": "yarn run start-jlab&",
8+
"start:detached": "yarn run start&",
99
"test": "playwright test",
1010
"test:debug": "PWDEBUG=1 playwright test",
1111
"test:report": "http-server ./playwright-report -a localhost -o",

0 commit comments

Comments
 (0)