diff --git a/.circleci/config.yml b/.circleci/config.yml index e7afc9c..48cba33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ jobs: # fallback to using the latest cache if no exact match is found - dependencies- - run: yarn global add node-gyp && yarn install + - run: yarn run build - save_cache: paths: - node_modules