Skip to content

Commit

Permalink
Fix yarn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Sep 18, 2024
1 parent d0a05ec commit d783ab0
Show file tree
Hide file tree
Showing 5 changed files with 1,154 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-figma-to-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
description: Which branch to update
options:
- master
schedule:
# Run this workflow everyday at 16.00 UTC
- cron: '0 16 * * *'
jobs:
sync-figma-to-tokens:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"style-dictionary": "^3.9.2",
"style-dictionary-utils": "^2.0.7",
"ts-jest": "^29.1.1",
"tsx": "^4.16.2",
"tsx": "^4.19.1",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion design-tokens/tokens/semantic/global.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"small": {
"$type": "number",
"$value": 768,
"$description": "",
"$description": "Default mobile breakpoint.",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"grommet": "https://github.com/grommet/grommet/tarball/stable",
"grommet-icons": "https://github.com/grommet/grommet-icons/tarball/stable",
"grommet-theme-hpe": "5.6.0",
"hpe-design-tokens": "https://github.com/grommet/hpe-design-system/tarball/design-tokens-stable",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.11"
Expand Down
Loading

0 comments on commit d783ab0

Please sign in to comment.