We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b658b commit e2719f8Copy full SHA for e2719f8
1 file changed
package.json
@@ -10,6 +10,10 @@
10
"workspaces": {
11
"packages": [
12
"./packages/**/*"
13
+ ],
14
+ "nohoist": [
15
+ "react-scripts",
16
+ "react-scripts/**"
17
]
18
},
19
"scripts": {
0 commit comments