Skip to content

Commit

Permalink
rm v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 1, 2024
1 parent 614961d commit 3f2069a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 591 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-cars-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

rm v2 output
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node_version: 18
install: npm ci --legacy-peer-deps --no-audit --no-fund && npm run install:storybook
build: npm run build:tokens && npm run build && npm run build:next && cd docs/storybook && npm run build:prod
build: npm run build && npm run build:next && cd docs/storybook && npm run build:prod
output_dir: docs/public

2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node_version: 18
install: npm ci --no-audit --no-fund --ignore-scripts && npm run install:storybook
build: npm run build:tokens && npm run build && npm run build:next && cd docs/storybook && npm run build:preview
build: npm run build && npm run build:next && cd docs/storybook && npm run build:preview
output_dir: docs/public

post_storybook:
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/design_token_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ jobs:
- name: Install dependencies (reference)
run: pushd temp-main; npm install --legacy-peer-deps --ignore-scripts; popd

- name: Build
run: npm run build:tokens

- name: Build (reference)
run: pushd temp-main; npm run build:tokens; popd
- name: Needs update
run: echo "Update to use new tokens"

# - name: Build
# run: npm run build:tokens

# - name: Build (reference)
# run: pushd temp-main; npm run build:tokens; popd

- name: Export diff
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Build tokens
run: npm run build

- name: Build experimental tokens
run: npm run build:tokens

- id: get-access-token
uses: camertron/github-app-installation-auth-action@v1
with:
Expand Down
Loading

0 comments on commit 3f2069a

Please sign in to comment.