Created
June 18, 2019 21:51
-
-
Save hjhart/1f421479e56f58fa5959dda01ec36ffe to your computer and use it in GitHub Desktop.
Revisions
-
hjhart created this gist
Jun 18, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ yarn_install: description: Yarn Install steps: - restore_cache: keys: - v1-yarn-{{ arch }}-{{ checksum "~/voom/yarn.lock" }} - v1-yarn-{{ arch }}- - run: name: "Yarn Install (Note: Bump cache prefix if this step takes over 30 seconds.)" command: cd ~/voom; yarn install - save_cache: key: v1-yarn-{{ arch }}-{{ checksum "~/voom/yarn.lock" }} paths: - ~/voom/node_modules