Skip to content

Commit

Permalink
Remove use of Yarn workspaces to avoid warning and update website
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Oct 3, 2021
1 parent e5adb06 commit 34543fc
Show file tree
Hide file tree
Showing 5 changed files with 12,471 additions and 6,869 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ coverage
es
temp/
react-redux-*/
.vscode/

.cache
.cache/
.yarn/cache/
website/.yarn/
.yarnrc
.yarn/*
!.yarn/patches
Expand All @@ -26,6 +29,5 @@ lib/core/MetadataBlog.js

website/translated_docs
website/build/
website/yarn.lock
website/node_modules
website/i18n/*
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
base = "website"
publish = "website/build"
command = "yarn build && cp _redirects ./build"
command = "yarn && yarn build && cp _redirects ./build"
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."

[build.environment]
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
"type-tests": "yarn tsc -p test/typetests",
"coverage": "codecov"
},
"workspaces": [
"website"
],
"peerDependencies": {
"react": "^16.8.3 || ^17 || ^18"
},
Expand Down
Loading

0 comments on commit 34543fc

Please sign in to comment.