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:
parent
41876bdcd8
commit
bb83d75240
15
package.json
15
package.json
@ -33,8 +33,15 @@
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"web",
|
||||
"api"
|
||||
]
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"web",
|
||||
"api"
|
||||
],
|
||||
"nohoist": [
|
||||
"**/babel**",
|
||||
"**/eslint**",
|
||||
"**/jest"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user