Skip to content

Commit

Permalink
feat: update build-tokens.js to include --source-tokens-only arg (o…
Browse files Browse the repository at this point in the history
…penedx#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 and monteri committed Aug 17, 2023
1 parent 1d3a66a commit de56880
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 de56880

Please sign in to comment.