Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(atomic, headless): make bueno external #4433

Merged
merged 17 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
fpbrault marked this conversation as resolved.
Show resolved Hide resolved
- 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
fpbrault marked this conversation as resolved.
Show resolved Hide resolved
- 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
Loading