Skip to content

Commit

Permalink
update to token transform workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Nov 6, 2023
1 parent 7954e99 commit 623dd19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
node-version: 18

- name: Transform Tokens
run: |
npx token-transformer ./src/tokens/tokens.json ./src/tokens/tokens-output.json
rm ./src/tokens/tokens.json
mv ./src/tokens/tokens-output.json ./src/tokens/tokens.json
run: npx token-transformer ./src/theme/tokens/tokens.json ./src/theme/tokens/tokens-output.json


- name: Commit and push changes
Expand Down

0 comments on commit 623dd19

Please sign in to comment.