Skip to content

Commit 3cad3f3

Browse files
rm v2
1 parent 59a906a commit 3cad3f3

File tree

9 files changed

+8
-597
lines changed

9 files changed

+8
-597
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/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 && npm run build:next && 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 && npm run build:next && cd docs/storybook && npm run build:preview
2020
output_dir: docs/public
2121

2222
post_storybook:

.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"

0 commit comments

Comments
 (0)