Skip to content

Commit

Permalink
task: no need to update file
Browse files Browse the repository at this point in the history
  • Loading branch information
skibinska committed Jun 25, 2024
1 parent b2d75ef commit e7f15d8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 54 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Split tokens.json file
run: npm run split-json

- name: Update $metadata.json file
run: npm run update-metadata

# Convert tokens according to Style Dictionary config
- name: Run style-dictionary
run: npm run build
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"scripts": {
"build": "node build.js",
"split-json": "node split-json.js",
"update-metadata": "node update-metadata.js"
"split-json": "node split-json.js"
},
"author": "",
"license": "MIT",
Expand Down
24 changes: 12 additions & 12 deletions tokens/$metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"tokenSetOrder": [
"core",
"semantic",
"dot-org",
"funding",
"funding-search",
"insights-and-data-finder",
"trustnet",
"collection-core",
"collection-theme",
"desktop",
"tablet",
"mobile"
"GLOBAL/core",
"GLOBAL/semantic",
"PRODUCTS/dot org",
"PRODUCTS/funding",
"PRODUCTS/funding search",
"PRODUCTS/insights and data finder",
"PRODUCTS/trustnet",
"PRODUCTS/COLLECTION/core",
"PRODUCTS/COLLECTION/theme",
"BREAKPOINTS/desktop",
"BREAKPOINTS/tablet",
"BREAKPOINTS/mobile"
]
}
37 changes: 0 additions & 37 deletions update-metadata.js

This file was deleted.

0 comments on commit e7f15d8

Please sign in to comment.