File tree Expand file tree Collapse file tree 5 files changed +12471
-6869
lines changed Expand file tree Collapse file tree 5 files changed +12471
-6869
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ coverage
55es
66temp /
77react-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
2730website /translated_docs
2831website /build /
29- website /yarn.lock
3032website /node_modules
3133website /i18n /*
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments