Skip to content

Commit

Permalink
fix(providers): add tests rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Oct 27, 2024
1 parent 4494354 commit 0edb91b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/klesia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "tsup-node",
"dev": "tsup-node --watch --onSuccess \"node dist/server.js\"",
"start": "node dist/server.js",
"test": "bun test",
"test": "bun test --rerun-each 3",
"cleanup": "rimraf dist .turbo node_modules"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"files": ["dist"],
"scripts": {
"build": "tsup",
"test": "bun test",
"test": "bun test --rerun-each 3",
"cleanup": "rimraf dist .turbo"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/klesia-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"files": ["dist"],
"scripts": {
"build": "tsup",
"test": "bun test",
"test": "bun test --rerun-each 3",
"cleanup": "rimraf dist .turbo"
},
"devDependencies": {
Expand Down

0 comments on commit 0edb91b

Please sign in to comment.