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:
parent
41876bdcd8
commit
bb83d75240
15
package.json
15
package.json
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user