File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- checkout
11
11
12
+ - add-ssh-keys :
13
+ fingerprints :
14
+ - " SO:ME:FIN:G:ER:PR:IN:T"
15
+
12
16
- restore_cache :
13
17
keys :
14
- - v2-dependencies-{{ checksum "yarn.lock" }}
15
- - v2-dependencies-
18
+ - v2-dependencies-{{ checksum "yarn.lock" }}
19
+ - v2-dependencies-
16
20
17
21
- run : yarn install
18
22
Original file line number Diff line number Diff line change 23
23
"precommit" : " lint-staged" ,
24
24
"dev" : " concurrently \" yarn tsc:main --watch\" \" yarn tsc:example --watch\" \" yarn build:rollup -w\" \" next dev example\" " ,
25
25
"predocs" : " yarn build" ,
26
- "docs" : " next build example && DOCS=true next export -o ./docs example && npx git-update-ghpages stipsan/scroll-into-view-if-needed docs " ,
26
+ "docs" : " next build example && DOCS=true next export -o ./docs example && npx https://gist.github.com/ stipsan/bbf4adcdafd9eabfa6a9a42397a1c1b9 " ,
27
27
"prepublishOnly" : " yarn build" ,
28
28
"semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
29
29
"test" : " yarn tsc:main --noEmit && yarn tsc:example --noEmit" ,
You can’t perform that action at this time.
0 commit comments