Skip to content

Commit

Permalink
Trivial change to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 12, 2024
1 parent 3fc4e59 commit 81a4908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design-tokens/src/scripts/sync_figma_to_tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import { tokenFilesFromLocalVariables } from '../token_export.js';
* Usage:
*
* // Defaults to writing to the tokens_new directory
* yarn sync-figma-to-tokens
* npm run sync-figma-to-tokens
*
* // Writes to the specified directory
* yarn sync-figma-to-tokens -- --output directory_name
* npm run sync-figma-to-tokens -- --output directory_name
*/

async function main() {
Expand Down

0 comments on commit 81a4908

Please sign in to comment.