Skip to content

Commit

Permalink
rm build for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 9, 2024
1 parent 956b1a1 commit 6319332
Show file tree
Hide file tree
Showing 36 changed files with 11 additions and 3,257 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-bulldogs-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': major
---

remove v1 tokens and build process
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:tokens && 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:tokens && npm run build:next && cd docs/storybook && npm run build:preview
output_dir: docs/public

post_storybook:
Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default ${moduleName};`

/**
* @name groupBy
* @description Equivalent to lodash _.groupBy, to avoid creating another package dependency for users
* @description Equivalent to lo dash _.groupBy, to avoid creating another package dependency for users
* @param {Array|Object} The collection to iterate over.
* @param {Function} The iteratee to transform keys.
* @returns {Object} Returns the composed aggregate object.
Expand Down
7 changes: 0 additions & 7 deletions data/colors/deprecated.json

This file was deleted.

21 changes: 0 additions & 21 deletions data/colors/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion data/colors/prefix

This file was deleted.

Loading

0 comments on commit 6319332

Please sign in to comment.