Skip to content

Commit fd00277

Browse files
chore(package): remove sketch (#14010)
* chore: ran yarn dedupe * chore: remove sketch package * fix: remove ' * revert: v10 workflow changes * fix: conflict changes --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent f40998c commit fd00277

103 files changed

Lines changed: 41 additions & 2807 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ packages/components/node_modules
3333
packages/components/scss/globals/vendor/**
3434
packages/components/src/globals/scss/vendor/**
3535

36-
# Sketch
37-
*.sketchplugin
38-
3936
# Upgrade
4037
**/__testfixtures__/**
4138
packages/upgrade/cli.js

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install dependencies
7070
run: yarn install --immutable --immutable-cache
7171
- name: Build project
72-
run: yarn build --ignore '@carbon/sketch'
72+
run: yarn build
7373
- name: Check generated styles
7474
run: |
7575
yarn carbon-cli check --ignore '**/@(node_modules|examples|components|react|fixtures|compat)/**' 'packages/**/*.scss'
@@ -108,7 +108,7 @@ jobs:
108108
- 'packages/icon-build-helpers/**'
109109
- name: Build project
110110
if: ${{ steps.filter.outputs.e2e == 'true' }}
111-
run: yarn build --ignore '@carbon/sketch'
111+
run: yarn build
112112
- name: Run e2e tests
113113
if: ${{ steps.filter.outputs.e2e == 'true' }}
114114
run: yarn test:e2e
@@ -136,7 +136,7 @@ jobs:
136136
- name: Install browsers
137137
run: yarn playwright install --with-deps
138138
- name: Build project
139-
run: yarn build --ignore '@carbon/sketch'
139+
run: yarn build
140140
- name: Build storybook
141141
run: yarn workspace @carbon/react build-storybook
142142
- name: Run storybook
@@ -194,7 +194,7 @@ jobs:
194194
- name: Install browsers
195195
run: yarn playwright install --with-deps
196196
- name: Build project
197-
run: yarn build --ignore '@carbon/sketch'
197+
run: yarn build
198198
- name: Build storybook
199199
run: yarn workspace @carbon/react build-storybook
200200
- name: Run storybook

.prettierignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ packages/components/docs/js
3333
# Icons react
3434
packages/icons-react/next/**
3535

36-
# Sketch
37-
**/*.sketchplugin/**
38-
3936
# Changelogs
4037
**/CHANGELOG.md
4138

-1.84 KB
Binary file not shown.
-17 KB
Binary file not shown.
-8.15 KB
Binary file not shown.
Binary file not shown.
-5.47 KB
Binary file not shown.
-3.89 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)