File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 9
9
- v2-dependencies-{{ checksum "package.json" }}
10
10
- v2-dependencies-
11
11
- run : yarn
12
+ - run : yarn setup
12
13
- save_cache :
13
14
paths :
14
15
- node_modules
25
26
- v2-dependencies-{{ checksum "package.json" }}
26
27
- v2-dependencies-
27
28
- run : yarn
29
+ - run : yarn setup
28
30
- save_cache :
29
31
paths :
30
32
- node_modules
Original file line number Diff line number Diff line change 13
13
paths :
14
14
- node_modules
15
15
key : v2-dependencies-{{ checksum "package.json" }}
16
+ - run : yarn setup
16
17
- run : yarn build
17
18
- run : cd packages/core && yarn lint
18
19
- run : cd packages/core && yarn typescript
30
31
paths :
31
32
- node_modules
32
33
key : v2-dependencies-{{ checksum "package.json" }}
34
+ - run : yarn setup
33
35
- run : yarn build
34
36
- run : cd packages/core && echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
35
37
- run : cd packages/core && npm publish --access public
You can’t perform that action at this time.
0 commit comments