Skip to content

Commit

Permalink
build: enable verbose logging for Style Dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 22, 2024
1 parent 90cc99e commit 1471ceb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proprietary/design-tokens/style-dictionary-build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ const build = async () => {
...createStyleDictionaryConfig({
themeName: `${themeConfig.prefix}-theme`,
}),
log: 'warn',
log: {
verbosity: 'verbose',
},
preprocessors: ['tokens-studio', 'dtcg-delegate'],
source: [
'../../components/**/tokens.json',
Expand Down

0 comments on commit 1471ceb

Please sign in to comment.