Skip to content

Commit

Permalink
Add packages into dependencies (#5031)
Browse files Browse the repository at this point in the history
Installation does not belong to devDependencies
Co-authored-by: Philzen <[email protected]>

Co-authored-by: David Price <[email protected]>
  • Loading branch information
m3t and thedavidprice authored Apr 8, 2022
1 parent 8101a49 commit 1e48bf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/commands/setup/ui/libraries/chakra-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export async function handler({ force, install }) {
'workspace',
'web',
'add',
'-D',
...packages,
])
},
Expand Down

0 comments on commit 1e48bf8

Please sign in to comment.