Skip to content

Commit

Permalink
chore: fix testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Feb 4, 2024
1 parent 83d0a06 commit 6c99fd6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
"pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
"pub:release": "pnpm build && pnpm publish --no-git-checks --access public",
"test": "vitest run",
"test": "vitest run -u",
"test:ui": "vitest --ui"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default {
},
},
borderRadius: {
xl: \\"calc(var(--radius) + 4px)\\",
lg: \\"var(--radius)\\",
md: \\"calc(var(--radius) - 2px)\\",
sm: \\"calc(var(--radius) - 4px)\\",
Expand Down
50 changes: 29 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c99fd6

Please sign in to comment.