Skip to content

Commit

Permalink
comment out bundlewatch due to flakiness in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
siggerzz committed Apr 2, 2024
1 parent 87a966b commit 78e6d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
# Build components. Only components with out-of-date Turborepo hash will rebuilt, speeding up build time.
- name: Build Components
run: yarn build
# Run Bundlewatch checks
- name: Run Bundlewatch checks
run: yarn bundlewatch
# # Run Bundlewatch checks
# - name: Run Bundlewatch checks
# run: yarn bundlewatch
# Lint components
- name: Lint Components
run: yarn lint --concurrency=10
Expand Down

0 comments on commit 78e6d4c

Please sign in to comment.