We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8a86c commit 23c49c5Copy full SHA for 23c49c5
ui-tests/package.json
@@ -4,7 +4,7 @@
4
"description": "Jupyter Everywhere Integration Tests",
5
"private": true,
6
"scripts": {
7
- "start": "cd ../dist && npx static-handler --cors --coop --coep --corp --port 3000 --host 127.0.0.1 ./",
+ "start": "npx static-handler --cors --coop --coep --corp --port 3000 --host 127.0.0.1 ../dist",
8
"test": "jlpm playwright test",
9
"test:update": "jlpm playwright test --update-snapshots"
10
},
0 commit comments