Skip to content

Commit

Permalink
vitest run to pass lerna run test
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Dec 19, 2024
1 parent b5c94f7 commit 3341323
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bau-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "vite build",
"preview": "vite preview",
"bundle-visualizer": "vite-bundle-visualizer",
"test": "vitest"
"test": "vitest run"
},
"devDependencies": {
"happy-dom": "15.7.4",
Expand Down
2 changes: 1 addition & 1 deletion bau-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "vite build",
"preview": "vite preview",
"bundle-visualizer": "vite-bundle-visualizer",
"test": "vitest"
"test": "vitest run"
},
"dependencies": {
"@grucloud/bau": "^0.97.0"
Expand Down
2 changes: 1 addition & 1 deletion bau/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev": "vite",
"build": "vite build",
"bundle-visualizer": "vite-bundle-visualizer",
"test": "vitest"
"test": "vitest run"
},
"devDependencies": {
"@vitest/browser": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test": "vitest run",
"deploy": "gh-pages -d ../../dist"
},
"devDependencies": {
Expand Down

0 comments on commit 3341323

Please sign in to comment.