Skip to content

Commit 1197f8b

Browse files
rm v2
1 parent 59a906a commit 1197f8b

13 files changed

+16
-688
lines changed

.changeset/chilled-cars-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/primitives': patch
3+
---
4+
5+
rm v2 output

.github/workflows/a11y-contrast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm ci --no-audit --no-fund --ignore-scripts
3030

3131
- name: Build tokens
32-
run: npm run build:next # building v1 as they are currently used for contrast check
32+
run: npm run build
3333

3434
- name: Run required checks
3535
run: |

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run build
2929

3030
- name: Build v8 tokens
31-
run: npm run build:next
31+
run: npm run build:v8
3232

3333
- name: Code linting check
3434
run: npm run lint
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
run: npm ci
5757
- name: Build v8 tokens
58-
run: npm run build:next
58+
run: npm run build:v8
5959
- name: Build storybook
6060
working-directory: docs/storybook
6161
run: |

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
node_version: 18
1919
install: npm ci --legacy-peer-deps --no-audit --no-fund && npm run install:storybook
20-
build: npm run build:tokens && npm run build && npm run build:next && cd docs/storybook && npm run build:prod
20+
build: npm run build && cd docs/storybook && npm run build:prod
2121
output_dir: docs/public
2222

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node_version: 18
1818
install: npm ci --no-audit --no-fund --ignore-scripts && npm run install:storybook
19-
build: npm run build:tokens && npm run build && npm run build:next && cd docs/storybook && npm run build:preview
19+
build: npm run build && cd docs/storybook && npm run build:preview
2020
output_dir: docs/public
2121

2222
post_storybook:

.github/workflows/design_token_diff.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/diff.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,12 @@ jobs:
6969
- name: Build tokens
7070
run: npm run build
7171

72-
- name: Build experimental tokens
73-
run: npm run build:tokens
74-
7572
- name: Install dependencies (base)
7673
run: pushd base; npm i --no-audit --no-fund --ignore-scripts; popd
7774

7875
- name: Build (base)
7976
run: pushd base; npm run build; popd
8077

81-
- name: Build (base experimental)
82-
run: pushd base; npm run build:tokens; popd
83-
8478
- name: Diff
8579
uses: primer/comment-token-update@main
8680
env:

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- name: Build tokens
3131
run: npm run build
3232

33-
- name: Build experimental tokens
34-
run: npm run build:tokens
35-
3633
- id: get-access-token
3734
uses: camertron/github-app-installation-auth-action@v1
3835
with:

.github/workflows/release_canary.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- name: Build tokens
3131
run: npm run build
3232

33-
- name: Build experimental tokens
34-
run: npm run build:tokens
35-
3633
- name: Create .npmrc
3734
run: |
3835
cat << EOF > "$HOME/.npmrc"

.github/workflows/release_candidate.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Build tokens
3030
run: npm run build
3131

32-
- name: Build experimental tokens
33-
run: npm run build:tokens
34-
3532
- name: Create .npmrc
3633
run: |
3734
cat << EOF > "$HOME/.npmrc"

.github/workflows/update_visual_snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install browsers
3838
run: npx playwright install --with-deps
3939
- name: Build v8 tokens
40-
run: npm run build:next
40+
run: npm run build:v8
4141
- name: Build storybook
4242
working-directory: docs/storybook
4343
run: |

0 commit comments

Comments
 (0)