Skip to content

Commit 1a74d14

Browse files
authored
fix: include yarn.lock (#14)
1 parent ca1d0c0 commit 1a74d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const workspaces = [
7070
'package-lock.json',
7171
'pnpm-*',
7272
'turbo.json',
73-
'yarn-*',
73+
'yarn*',
7474
]
7575

7676
const packageJSON = [

0 commit comments

Comments
 (0)