Skip to content

Commit

Permalink
Merge branch 'main' into Sdv4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Jul 10, 2024
2 parents 752c1a1 + 988422e commit a32cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"build": "npm run build:v8 && npm run build:fallbacks && npm run build:figma",
"build:next": "echo '\\033[31m 🛑 Use npm run build instead of npm run build:next\\033[0m'",
"build:v8": "tsx --esm ./scripts/buildTokens.ts",
"build:v8": "tsx ./scripts/buildTokens.ts",
"build:fallbacks": "tsx ./scripts/buildFallbacks.ts",
"build:figma": "tsx scripts/buildFigma.ts",
"tokenJson:check": "tsx scripts/diffThemes.ts && ts-node scripts/diffTokenProps.ts",
Expand Down

0 comments on commit a32cfca

Please sign in to comment.