Skip to content

Commit 5b04831

Browse files
rm v2
1 parent 614961d commit 5b04831

File tree

6 files changed

+12
-591
lines changed

6 files changed

+12
-591
lines changed

.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/design_token_diff.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,15 @@ jobs:
4141
- name: Install dependencies (reference)
4242
run: pushd temp-main; npm install --legacy-peer-deps --ignore-scripts; popd
4343

44-
- name: Build
45-
run: npm run build:tokens
4644

47-
- name: Build (reference)
48-
run: pushd temp-main; npm run build:tokens; popd
45+
- name: Needs update
46+
run: echo "Update to use new tokens"
47+
48+
# - name: Build
49+
# run: npm run build:tokens
50+
51+
# - name: Build (reference)
52+
# run: pushd temp-main; npm run build:tokens; popd
4953

5054
- name: Export diff
5155
run: |

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

0 commit comments

Comments
 (0)