Skip to content

Commit eb1d19c

Browse files
committed
feat: add CLI interface for design tokens (#1846)
1 parent 79e3896 commit eb1d19c

File tree

13 files changed

+3046
-6963
lines changed

13 files changed

+3046
-6963
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"license": "Apache-2.0",
8+
"bin": {
9+
"build-design-tokens": "./tokens/build-tokens.js"
10+
},
811
"publishConfig": {
912
"access": "public"
1013
},
@@ -16,7 +19,8 @@
1619
"/dist",
1720
"/icons",
1821
"/src",
19-
"/scss"
22+
"/scss",
23+
"/tokens"
2024
],
2125
"sideEffects": false,
2226
"scripts": {

0 commit comments

Comments
 (0)