File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ aliases:
9
9
- &install
10
10
run : yarn --no-progress
11
11
12
- - &build
13
- run :
14
- command : yarn build
15
- working_directory : packages/scroll-into-view-if-needed
16
-
17
12
- &save-cache
18
13
paths :
19
14
- node_modules
45
40
- checkout
46
41
- restore-cache : *restore-cache
47
42
- *install
48
- - * build
43
+ - run : yarn build
49
44
- save-cache : *save-cache
50
45
51
46
Website :
59
54
- *cypress-dependencies-install
60
55
- restore-cache : *restore-cache
61
56
- *install
62
- - *build
63
- - run : echo TODO
57
+ - run : yarn build
64
58
- save-cache : *save-cache
65
59
66
60
Semantic Release :
@@ -70,12 +64,14 @@ jobs:
70
64
- checkout
71
65
- restore-cache : *restore-cache
72
66
- *install
73
- - *build
74
- - save-cache : *save-cache
75
- - add-ssh-keys :
76
- fingerprints :
77
- - " e1:ca:5d:f0:58:11:c7:ae:b7:ac:4a:1b:cc:3a:0d:4a"
78
- - run : yarn semantic-release
67
+ - run :
68
+ name : scroll-into-view-if-needed
69
+ command : npx semantic-release -e semantic-release-monorep
70
+ working_directory : packages/scroll-into-view-if-needed
71
+ - run :
72
+ name : smooth-scroll-into-view-if-needed
73
+ command : npx semantic-release -e semantic-release-monorep
74
+ working_directory : packages/smooth-scroll-into-view-if-needed
79
75
80
76
# Workflows enables us to run multiple jobs in parallel
81
77
workflows :
@@ -94,4 +90,3 @@ workflows:
94
90
branches :
95
91
only :
96
92
- master
97
- - semantic-release
Original file line number Diff line number Diff line change 5
5
" website"
6
6
],
7
7
"scripts" : {
8
+ "build" : " lerna exec --concurrency 1 -- yarn build" ,
8
9
"precommit" : " lint-staged" ,
9
- "predeploy:website" : " cd packages/scroll-into-view-if-needed && yarn build" ,
10
+ "predeploy:website" : " yarn build" ,
10
11
"deploy:website" : " cd website && yarn deploy" ,
11
12
"publish:canary" : " lerna publish --npm-tag=next --canary" ,
12
- "semantic-release " : " lerna exec --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo "
13
+ "tyecheck " : " lerna exec --concurrency 1 -- yarn typecheck "
13
14
},
14
15
"devDependencies" : {
15
16
"husky" : " 0.14.3" ,
You can’t perform that action at this time.
0 commit comments