We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2719f8 commit b1319a7Copy full SHA for b1319a7
2 files changed
package.json
@@ -10,10 +10,6 @@
10
"workspaces": {
11
"packages": [
12
"./packages/**/*"
13
- ],
14
- "nohoist": [
15
- "react-scripts",
16
- "react-scripts/**"
17
]
18
},
19
"scripts": {
packages/templates/app/react/package.json
@@ -3,6 +3,12 @@
3
"description": "Web3API dApp React Template",
4
"private": true,
5
"version": "0.0.1-prealpha.8",
6
+ "workspaces": {
7
+ "nohoist": [
8
+ "react-scripts",
9
+ "react-scripts/**"
+ ]
+ },
"dependencies": {
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
0 commit comments