Skip to content

Commit

Permalink
rm v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 8, 2024
1 parent 59a906a commit 2f68da8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 678 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
80 changes: 0 additions & 80 deletions .github/workflows/design_token_diff.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,12 @@ jobs:
- name: Build tokens
run: npm run build

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

- name: Install dependencies (base)
run: pushd base; npm i --no-audit --no-fund --ignore-scripts; popd

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

- name: Build (base experimental)
run: pushd base; npm run build:tokens; popd

- name: Diff
uses: primer/comment-token-update@main
env:
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
3 changes: 0 additions & 3 deletions .github/workflows/release_canary.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

- name: Create .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Build tokens
run: npm run build

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

- name: Create .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
Expand Down
Loading

0 comments on commit 2f68da8

Please sign in to comment.