Skip to content

Commit

Permalink
fix(init): Add missing types for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
krzotki committed Nov 13, 2024
1 parent 1067e48 commit f562bbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create/bin/create-gene-workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ async function runCommands() {
'@storybook/[email protected]',
'@storybook/[email protected]',
'@testing-library/[email protected]',
'@testing-library/jest-dom@5.14.1',
'@testing-library/jest-dom@6.2.1',
'@testing-library/[email protected]',
'@nrwl/[email protected]',
'@nrwl/[email protected]',
'@nrwl/[email protected]',
"@types/[email protected]"
]);

console.log('Generating gene-workspace with pnpm nx');
Expand Down

0 comments on commit f562bbf

Please sign in to comment.