Browse Source

update config.yml

main
khelia 5 years ago
parent
commit
8d9540e2b4
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -87,8 +87,8 @@ jobs:
- checkout - checkout
- attach_workspace: - attach_workspace:
at: ./ at: ./
- <<: *restore_cache
- <<: *install_node_modules
- restore_cache:
key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run: - run:
name: Install netlify-cli name: Install netlify-cli
command: sudo npm install -g --silent netlify-cli command: sudo npm install -g --silent netlify-cli

Loading…
Cancel
Save