Skip to content

Commit bc83554

Browse files
committed
fix: set bail to false and pass with no tests
1 parent a36eb9e commit bc83554

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"ignore": "{monorepo-*,with-nx,blog-*,mern-dashboard-client,with-nextjs-headless,store}",
55
"version": "4.0.0",
66
"stream": true,
7-
"npmClient": "pnpm"
7+
"npmClient": "pnpm",
8+
"bail": false
89
}

packages/ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dev": "tsup --watch",
2727
"prepare": "pnpm build",
2828
"publint": "publint --strict=true --level=suggestion",
29-
"test": "vitest run",
29+
"test": "vitest run --passWithNoTests",
3030
"types": "node ../shared/generate-declarations.js"
3131
},
3232
"dependencies": {

0 commit comments

Comments
 (0)