[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)
This commit is contained in:
parent
24f97a569f
commit
f3182c9874
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue