Skip to content

Commit

Permalink
chore: update using run command in test each package (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab committed Jun 1, 2024
1 parent 3955a89 commit e8089a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsup ./src/index.ts --clean --sourcemap --dts",
"dev": "tsup ./src/index.ts --clean --sourcemap --watch src --dts",
"lint": "eslint src/**/*.ts",
"test": "vitest --global test.ts"
"test": "vitest run test.ts --global"
},
"devDependencies": {
"@faker-js/faker": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsup ./src/index.ts --target node12 --clean --sourcemap --dts",
"dev": "tsup ./src/index.ts --target node12 --clean --sourcemap --watch src",
"lint": "eslint src/**/*.ts",
"test": "vitest"
"test": "vitest run"
},
"dependencies": {
"@orval/core": "6.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsup ./src/index.ts --target node12 --clean --dts --sourcemap",
"dev": "tsup ./src/index.ts --target node12 --clean --watch --sourcemap src",
"lint": "eslint src/**/*.ts",
"test": "vitest --global test.ts"
"test": "vitest run test.ts --global"
},
"dependencies": {
"@orval/core": "6.29.1",
Expand Down

0 comments on commit e8089a4

Please sign in to comment.