Skip to content

Instantly share code, notes, and snippets.

@Armanoide
Armanoide / config.yml
Created January 26, 2022 16:34 — forked from albertogalca/config.yml
Circle CI Config for fastlane
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