Browse Source

correct config file 🔨

main
zelleg 4 years ago
parent
commit
8e3d4cf07b
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -16,7 +16,7 @@ jobs:
- node_modules
key: dependencies-{{ checksum "package.json" }}-v1
yarn-unit-test:
yarn-unit-test:
<<: *shared-config
steps:
- checkout

Loading…
Cancel
Save