Skip to content

Commit 83dbace

Browse files
committed
core package vitest only
1 parent 417e91e commit 83dbace

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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",

0 commit comments

Comments
 (0)