Browse Source

💚 test build work

build_and_test_config
hallouma875 5 years ago
parent
commit
b374556faa
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -11,7 +11,7 @@ aliases:
install_node_modules: &install_node_modules install_node_modules: &install_node_modules
run: run:
command: yarn install --immutable
command: yarn install
save_cache: &save_cache save_cache: &save_cache
save_cache: save_cache:
key: yarn-cache-netlify-{{ checksum "yarn.lock" }} key: yarn-cache-netlify-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save