Skip to content

Commit

Permalink
Update packages/module/build.js
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Coker <[email protected]>
  • Loading branch information
srambach and mcoker authored Jun 21, 2024
1 parent 07d32f5 commit 236932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const StyleDictionary = require('style-dictionary');

const build = (selector) => {
const { fileHeader, formattedVariables, sortByName, sortByReference } = StyleDictionary.formatHelpers;
const { fileHeader, formattedVariables, sortByName } = StyleDictionary.formatHelpers;

console.log('Build started...');
console.log('\n============================');
Expand Down

0 comments on commit 236932a

Please sign in to comment.