Skip to content

Commit 75205b5

Browse files
committed
chore: Don't hoist inquirer
1 parent 5d6dc05 commit 75205b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"nohoist": [
1212
"packages/cubejs-client-ngx/*",
13-
"**/vue/*"
13+
"**/vue/*",
14+
"**/inquirer"
1415
]
1516
},
1617
"scripts": {

0 commit comments

Comments
 (0)