Skip to content

Commit

Permalink
chore: remove community package (carbon-design-system#6241)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmenendez authored Oct 17, 2024
1 parent 0bb5f6c commit 42ccd9f
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 563 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,26 +95,6 @@ jobs:
run: yarn ci-check:test:c4p
- name: CI snapshot tests for c4p
run: yarn ci-check:test:c4p:snapshot
test-community:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
cache: yarn
- name: Cache dependencies
uses: actions/cache@v2
with:
path: '**/node_modules'
key:
test-community-modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- name: Install
run: yarn
- name: CI tests for community
run: yarn ci-check:test:community
test-c4p-wc:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion jest.e2e.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = {
],
testPathIgnorePatterns: [
'examples',
'/packages/ibm-products-community/',
'/packages/ibm-products/',
],
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$'],
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"ci-check:tests": "run-p -s 'ci-check:test:*'",
"ci-check:test:c4p": "yarn test:c4p --ci",
"ci-check:test:c4p:snapshot": "yarn test:c4p:snapshot --ci",
"ci-check:test:community": "yarn test:community --ci",
"ci-check:test:c4p-wc": "yarn test:c4p-wc",
"ci-check:spellcheck": "yarn spellcheck",
"clean": "run-p -s 'clean:*' && run-p -s 'clean:finally:*'",
Expand All @@ -50,7 +49,6 @@
"test:c4p": "lerna run --stream --scope @carbon/ibm-products test --",
"test:c4p:snapshot": "yarn test:c4p-styles styles -u",
"test:c4p-styles": "lerna run --stream --scope @carbon/ibm-products-styles test --",
"test:community": "lerna run --stream --scope @carbon/ibm-products-community test --",
"test:c4p-wc": "yarn playwright install && lerna run --stream --scope @carbon/ibm-products-web-components test --",
"spellcheck": "cspell '**' -e './examples' --gitignore --quiet --no-must-find-files",
"storybook": "yarn storybook:start",
Expand Down
1 change: 0 additions & 1 deletion packages/core/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import remarkGfm from 'remark-gfm';

const storyGlobs = [
'../../ibm-products/src/**/*.stories.*',
'../../ibm-products-community/src/**/*.stories.*',
'../src/**/*.stories.*',
'../src/**/*.mdx',
'../../../examples/carbon-for-ibm-products/example-gallery/src/example-gallery.stories.js',
Expand Down
1 change: 0 additions & 1 deletion packages/core/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const parameters = {
['Welcome', 'Getting started', 'Examples', '*'],
'IBM Products',
['Components', 'Patterns', 'Internal', 'Onboarding'],
'Community',
'Experimental',
['Components', 'Patterns', 'Onboarding'],
'Deprecated',
Expand Down
309 changes: 0 additions & 309 deletions packages/ibm-products-community/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 42ccd9f

Please sign in to comment.