Skip to content

Commit

Permalink
feat: update build-tokens.js to include --source-tokens-only arg (#…
Browse files Browse the repository at this point in the history
…2351)

* feat: update build-tokens.js to include --source-tokens-only arg
* fix: rename paragon-theme.json to theme-urls.json
* fix: downgrade chalk to non-esm
  • Loading branch information
adamstankiewicz authored Jun 4, 2023
1 parent 2d23b45 commit a8069b0
Show file tree
Hide file tree
Showing 10 changed files with 225 additions and 2,531 deletions.
2 changes: 1 addition & 1 deletion build-scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { pathToFileURL } = require('url');
const path = require('path');
const { program, Option } = require('commander');

const paragonThemeOutputFilename = 'paragon-theme.json';
const paragonThemeOutputFilename = 'theme-urls.json';

/**
* Updates `paragonThemeOutput` object with appropriate name and URLs.
Expand Down
Loading

0 comments on commit a8069b0

Please sign in to comment.