Skip to content

Commit dfe3681

Browse files
committed
lint: fix
1 parent 81f0419 commit dfe3681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const generate = defineCommand({
7979

8080
installModule(module, {
8181
debug: 2,
82-
exclude: ['node_modules'],
82+
exclude: ['node_modules']
8383
})
8484
}
8585
]

0 commit comments

Comments
 (0)