Skip to content

Commit

Permalink
fix(gene init): Fix css and scss imports (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzotki authored Nov 12, 2024
1 parent 7c3cbe0 commit 7d5f908
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions packages/create/bin/create-gene-workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ async function runCommands() {
'[email protected]',
'[email protected]',
'@apollo/[email protected]',
'[email protected]',
]);

// Install dev dependencies
Expand All @@ -122,23 +123,26 @@ async function runCommands() {
'[email protected]',
'[email protected]',
'@nrwl/[email protected]',
"[email protected]",
"[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@storybook/[email protected]",
"@testing-library/[email protected]",
"@testing-library/[email protected]",
"@testing-library/[email protected]"
'[email protected]',
'[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@storybook/[email protected]',
'@testing-library/[email protected]',
'@testing-library/[email protected]',
'@testing-library/[email protected]',
'@nrwl/[email protected]',
'@nrwl/[email protected]',
'@nrwl/[email protected]',
]);

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

0 comments on commit 7d5f908

Please sign in to comment.