Skip to content

Commit

Permalink
chore(atomic, headless): make bueno external (#4433)
Browse files Browse the repository at this point in the history
This PR makes bueno external in atomic and headless.

https://coveord.atlassian.net/browse/KIT-3551

---------

Co-authored-by: Louis Bompart <[email protected]>
  • Loading branch information
fpbrault and louis-bompart authored Sep 24, 2024
1 parent 6b7c2bd commit e1f7f2d
Show file tree
Hide file tree
Showing 17 changed files with 436 additions and 363 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./.github/actions/setup
- run: npm run build
- run: cat packages/atomic/dist/atomic/atomic.esm.js
- uses: ./.github/actions/playwright-atomic
with:
shardIndex: ${{ matrix.shardIndex }}
Expand All @@ -107,7 +106,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./.github/actions/setup
- run: npm run build
- run: cat packages/atomic/dist/atomic/atomic.esm.js
- uses: ./.github/actions/merge-playwright-reports
- name: Generate a token
if: ${{ always() && github.event_name == 'pull_request'}}
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ packages/atomic/dist-storybook/**/*
packages/atomic/src/components/search/atomic-search-interface/lang/*.json
packages/atomic/src/external-builds/**/*
packages/atomic/src/generated/**
packages/headless/src/external-builds/**/*
packages/quantic/docs/out/quantic-docs.json
packages/samples/headless-react/build/**/*
packages/samples/angular/src/lang/*.json
packages/samples/vuejs/public/lang/*.json
packages/samples/vuejs/public/lang/*.json
Loading

0 comments on commit e1f7f2d

Please sign in to comment.