Browse Source

💚 fix run typo

main
Morgan Lombard 6 years ago
parent
commit
079f869003
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -41,7 +41,7 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache_cmd - restore_cache_cmd
- yarn install
- run: yarn install
- save_cache_cmd - save_cache_cmd
front-netlify-build: front-netlify-build:

Loading…
Cancel
Save