File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ jobs:
30
30
- run :
31
31
name : Add examples/* to yarn workspace
32
32
command : |
33
- npm pkg set 'workspaces[]'='examples/*'
33
+ npm pkg delete workspaces[4]
34
+ npm pkg set 'workspaces[]'='examples/todo-app'
35
+ npm pkg set 'workspaces[]'='examples/github-app'
34
36
- restore_cache :
35
37
keys :
36
- - v13 -dependencies-{{ checksum "yarn.lock" }}-{{ checksum "examples/github-app/package.json" }}-{{ checksum "examples/todo-app/package.json" }}
38
+ - v14 -dependencies-{{ checksum "yarn.lock" }}-{{ checksum "examples/github-app/package.json" }}-{{ checksum "examples/todo-app/package.json" }}
37
39
# fallback to using the latest cache if no exact match is found
38
- - v13 -dependencies-
40
+ - v14 -dependencies-
39
41
- run :
40
42
name : yarn install
41
43
command : |
44
46
paths :
45
47
- .yarn/cache
46
48
- .yarn/install-state.gz
47
- key : v13 -dependencies-{{ checksum "yarn.lock" }}-{{ checksum "examples/github-app/package.json" }}-{{ checksum "examples/todo-app/package.json" }}
49
+ key : v14 -dependencies-{{ checksum "yarn.lock" }}-{{ checksum "examples/github-app/package.json" }}-{{ checksum "examples/todo-app/package.json" }}
48
50
- run : yarn run ci:build:types
49
51
- run : yarn run ci:build-test-lib
50
52
- persist_to_workspace :
You can’t perform that action at this time.
0 commit comments