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 characters
version: 2 | |
aliases: | |
- &restore_npm_cache | |
name: 'Restoring node_modules from the cache' | |
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }} | |
- &install_npm_dependencies | |
name: Installing NPM Dependencies | |
command: yarn install | |
- &save_npm_cache |