[fix] local e2e script (#1442)

Fix the e2e script local

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package (will not publish a new version)
pull/1452/head
Steve Ruiz 2023-05-23 16:57:00 +01:00 zatwierdzone przez GitHub
rodzic 24f97a569f
commit f3182c9874
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@
"dev": "lazy run dev --filter='{,bublic/}apps/examples' --filter='{,bublic/}packages/tldraw'",
"dev-docs": "lazy run dev --filter='{,bublic/}apps/docs'",
"dev-vscode": "code ./apps/vscode/extension && lazy run dev --filter='{,bublic/}apps/vscode/{extension,editor}'",
"dev-webdriver": "lazy run dev --filter='apps/webdriver' --filter='{,bublic/}apps/vscode/*'",
"dev-webdriver": "lazy run dev --filter='{,bublic/}apps/webdriver'",
"build-types": "lazy inherit",
"build-api": "lazy build-api",
"build-package": "lazy build-package",