Skip to content

Commit 34543fc

Browse files
committed
Remove use of Yarn workspaces to avoid warning and update website
1 parent e5adb06 commit 34543fc

File tree

5 files changed

+12471
-6869
lines changed

5 files changed

+12471
-6869
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ coverage
55
es
66
temp/
77
react-redux-*/
8+
.vscode/
89

9-
.cache
10+
.cache/
11+
.yarn/cache/
12+
website/.yarn/
1013
.yarnrc
1114
.yarn/*
1215
!.yarn/patches
@@ -26,6 +29,5 @@ lib/core/MetadataBlog.js
2629

2730
website/translated_docs
2831
website/build/
29-
website/yarn.lock
3032
website/node_modules
3133
website/i18n/*

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
base = "website"
33
publish = "website/build"
4-
command = "yarn build && cp _redirects ./build"
4+
command = "yarn && yarn build && cp _redirects ./build"
55
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
66

77
[build.environment]

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
"type-tests": "yarn tsc -p test/typetests",
4040
"coverage": "codecov"
4141
},
42-
"workspaces": [
43-
"website"
44-
],
4542
"peerDependencies": {
4643
"react": "^16.8.3 || ^17 || ^18"
4744
},

0 commit comments

Comments
 (0)