1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +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"
},
"private": true,
"workspaces": [
"web",
"api"
]
"workspaces": {
"packages": [
"web",
"api"
],
"nohoist": [
"**/babel**",
"**/eslint**",
"**/jest"
]
}
}