Skip to content

Commit 4a072ad

Browse files
committed
Update test scripts
1 parent 9099135 commit 4a072ad

File tree

4 files changed

+9
-305
lines changed

4 files changed

+9
-305
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"private": true,
44
"type": "module",
55
"workspaces": [
6-
"templates/*",
76
"packages/*",
87
"examples/*",
98
"shared/*"
@@ -18,7 +17,7 @@
1817
"examples": "node scripts/examples.js",
1918
"format": "turbo run format",
2019
"publish": "changeset publish",
21-
"test": "FORCE_COLOR=1 turbo run test --force --concurrency=1",
20+
"test": "FORCE_COLOR=1 turbo run test",
2221
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
2322
},
2423
"resolutions": {

packages/agent-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:watch": "yarn build -w",
2222
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
2323
"publish": "npm publish",
24-
"test": "vitest"
24+
"test": "vitest run"
2525
},
2626
"dependencies": {
2727
"@changesets/changelog-git": "^0.2.0",

packages/lookup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:watch": "yarn build -w",
2222
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
2323
"publish": "npm publish",
24-
"test": "vitest"
24+
"test": "vitest run"
2525
},
2626
"dependencies": {
2727
"viem": "^2.16.3"

0 commit comments

Comments
 (0)