Skip to content

Commit b1319a7

Browse files
committed
added back no-hoist react-scripts, fixes linter
1 parent e2719f8 commit b1319a7

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"workspaces": {
1111
"packages": [
1212
"./packages/**/*"
13-
],
14-
"nohoist": [
15-
"react-scripts",
16-
"react-scripts/**"
1713
]
1814
},
1915
"scripts": {

packages/templates/app/react/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "Web3API dApp React Template",
44
"private": true,
55
"version": "0.0.1-prealpha.8",
6+
"workspaces": {
7+
"nohoist": [
8+
"react-scripts",
9+
"react-scripts/**"
10+
]
11+
},
612
"dependencies": {
713
"@testing-library/react": "^9.3.2",
814
"@testing-library/user-event": "^7.1.2",

0 commit comments

Comments
 (0)