File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1111 "prettier" : " prettier --write ." ,
1212 "eslint" : " eslint ." ,
1313 "test" : " turbo run test" ,
14- "test:vitest" : " turbo run build && pnpm --filter @browserbasehq/stagehand test:vitest" ,
1514 "e2e" : " turbo run e2e" ,
1615 "e2e:bb" : " turbo run e2e:bb" ,
1716 "e2e:local" : " turbo run e2e:local" ,
Original file line number Diff line number Diff line change 1919 "e2e:bb" : " playwright test --config=lib/v3/tests/v3.bb.playwright.config.ts" ,
2020 "lint" : " cd ../.. && prettier --check packages/core && cd packages/core && eslint ." ,
2121 "format" : " prettier --write ." ,
22- "test:vitest" : " vitest run --config vitest.config.ts"
22+ "test:vitest" : " turbo run build && vitest run --config vitest.config.ts"
2323 },
2424 "files" : [
2525 " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments