Skip to content

Commit

Permalink
fix: build on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mist3rBru committed Aug 11, 2023
1 parent 21d2ca3 commit 3742b91
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"organize-imports-cli": "^0.10.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"unbuild": "^1.1.2"
"unbuild": "1.1.2"
},
"packageManager": "[email protected]",
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/prompts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ const results = await p
options: [
{ value: 'red', label: 'Red' },
{ value: 'green', label: 'Green' },
{ value: 'blue', label: 'Blue' }
]
{ value: 'blue', label: 'Blue' },
],
})
)
.onCancel(() => {
Expand Down
49 changes: 27 additions & 22 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 3742b91

Please sign in to comment.