Skip to content

Commit

Permalink
chore: fix typo in comments (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoma-mano authored May 7, 2024
1 parent 80f3e0a commit 7d1de3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const autoPreset = definePreset(() => {
return {
hooks: {
"build:prepare"(ctx) {
// Disable auto if entries already provided of pkg not available
// Disable auto if entries already provided or pkg not available
if (!ctx.pkg || ctx.options.entries.length > 0) {
return;
}
Expand Down

0 comments on commit 7d1de3b

Please sign in to comment.