diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ab231c..a67e09f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,8 @@ jobs: # fallback to using the latest cache if no exact match is found - - run: npm install + # - run: npm install + - run: npm run bootstrap - save_cache: paths: @@ -46,5 +47,4 @@ jobs: v1-dependencies-{{ checksum "package-lock.json" }} # run tests! - - run: npm run bootstrap - run: npm test \ No newline at end of file