Skip to content

Commit 4d6a7b0

Browse files
committed
fix yaml pkg
1 parent 9fd2b19 commit 4d6a7b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cubejs-dremio-driver/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
],
5555
"moduleNameMapper": {
5656
"^axios$": "<rootDir>/../../node_modules/axios/dist/node/axios.cjs",
57-
"^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js"
57+
"^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js",
58+
"^yaml$": "<rootDir>/../../node_modules/docker-compose/node_modules/yaml/dist/index.js"
5859
}
5960
},
6061
"eslintConfig": {

0 commit comments

Comments
 (0)