Skip to content

Commit

Permalink
fix(utils/sui-tokens): remove unnecesary extension
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Jan 8, 2025
1 parent f8e34ff commit d33809b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/sui-tokens/bin/tokens-json.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import {Command} from 'commander'

import {runJSON} from '../src/build.ts'
import {runJSON} from '../src/build'

const program = new Command()

Expand Down
2 changes: 1 addition & 1 deletion utils/sui-tokens/bin/tokens-scss.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import {Command} from 'commander'

import {runSCSS} from '../src/build.ts'
import {runSCSS} from '../src/build'

const program = new Command()

Expand Down

0 comments on commit d33809b

Please sign in to comment.