Skip to content

Commit

Permalink
chore: update build config to match global tokens split into multiple…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
druhill committed Mar 14, 2024
1 parent 65d08dc commit 428c91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const getModeConfig = (mode) => {
return {
source: [
'./data/tokens/origin.json',
'./data/tokens/global.json',
'./data/tokens/global/*.json',
`./data/tokens/Modes/${mode}`,
'./data/tokens/Components/*.json'
// `./data/tokens/Platforms/${platform}/*.json`
Expand Down

0 comments on commit 428c91e

Please sign in to comment.