diff --git a/.circleci/config.yml b/.circleci/config.yml index 4411517b..e41ef08a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,9 @@ jobs: key: dependency-cache-{{ checksum "package.json" }} paths: - ./node_modules + - run: + name: Dry run build + command: npm run build # - slack/status: # failure_message: "Triggered by: *${CIRCLE_USERNAME}* \n\n Ooops! The *$CIRCLE_JOB* job has failed! :circleci-fail:" # webhook: "${SLACK_WEBHOOK_URL}" @@ -154,4 +157,4 @@ workflows: filters: branches: only: - - master \ No newline at end of file + - master