Skip to content

Commit

Permalink
Add dry-run build on install step (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Oct 28, 2023
1 parent e0b5d95 commit 84c37f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -154,4 +157,4 @@ workflows:
filters:
branches:
only:
- master
- master

0 comments on commit 84c37f0

Please sign in to comment.