File tree 5 files changed +12471
-6869
lines changed
5 files changed +12471
-6869
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ coverage
5
5
es
6
6
temp /
7
7
react-redux- * /
8
+ .vscode /
8
9
9
- .cache
10
+ .cache /
11
+ .yarn /cache /
12
+ website /.yarn /
10
13
.yarnrc
11
14
.yarn /*
12
15
! .yarn /patches
@@ -26,6 +29,5 @@ lib/core/MetadataBlog.js
26
29
27
30
website /translated_docs
28
31
website /build /
29
- website /yarn.lock
30
32
website /node_modules
31
33
website /i18n /*
Original file line number Diff line number Diff line change 1
1
[build ]
2
2
base = " website"
3
3
publish = " website/build"
4
- command = " yarn build && cp _redirects ./build"
4
+ command = " yarn && yarn build && cp _redirects ./build"
5
5
ignore = " git diff --quiet HEAD^ HEAD -- ../docs/ ."
6
6
7
7
[build .environment ]
Original file line number Diff line number Diff line change 39
39
"type-tests" : " yarn tsc -p test/typetests" ,
40
40
"coverage" : " codecov"
41
41
},
42
- "workspaces" : [
43
- " website"
44
- ],
45
42
"peerDependencies" : {
46
43
"react" : " ^16.8.3 || ^17 || ^18"
47
44
},
You can’t perform that action at this time.
0 commit comments