Skip to content

Commit 3224622

Browse files
committed
chore(workspaces): nohoist @babel to fix missing dep @babel/traverse error
1 parent 881c973 commit 3224622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
"**/karma*/**",
128128
"**/@types/mocha*",
129129
"**/@types/mocha*/**",
130-
"**/@aws-sdk/client-sso/**"
130+
"**/@aws-sdk/client-sso/**",
131+
"**/@babel/**"
131132
]
132133
},
133134
"husky": {

0 commit comments

Comments
 (0)