diff --git a/.circleci/config.yml b/.circleci/config.yml index 00d6ad1..f607c7b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: username: nicodrg password: Ndrg100394 steps: - - chekcout + - checkout - restore_cache: name: Restore Yarn package cache key: npm-v1-dependencies-{{ checksum "yarn.lock" }}