Skip to content

Commit

Permalink
adding build to build:next as temp-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 23, 2024
1 parent d2f69e0 commit 3be2343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/metal-rivers-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

Fix for missing v7 token output in dist
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/primer/primitives#readme",
"scripts": {
"build": "ts-node ./scripts/build.ts && tsc --project tsconfig.build.json",
"build:next": "npm run build:v8 && npm run build:fallbacks && npm run build:figma",
"build:next": "npm run build && npm run build:v8 && npm run build:fallbacks && npm run build:figma",
"build:v8": "ts-node ./scripts/buildTokens.ts",
"build:fallbacks": "ts-node ./scripts/buildFallbacks.ts",
"build:figma": "ts-node scripts/buildFigma.ts",
Expand Down

0 comments on commit 3be2343

Please sign in to comment.