1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

chore: no hoist jest

This commit is contained in:
uetchy 2020-04-14 17:27:09 +09:00
parent 41876bdcd8
commit bb83d75240

View File

@ -33,8 +33,15 @@
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"private": true, "private": true,
"workspaces": [ "workspaces": {
"web", "packages": [
"api" "web",
] "api"
],
"nohoist": [
"**/babel**",
"**/eslint**",
"**/jest"
]
}
} }