We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523130e commit f8e6701Copy full SHA for f8e6701
package.json
@@ -38,9 +38,8 @@
38
"eds-init-theme": "bin/eds-init.js"
39
},
40
"scripts": {
41
- "build": "yarn build:clean && yarn build:tokens && yarn build:declarations && yarn build:js && yarn copy-fonts-to-lib",
+ "build": "yarn build:clean && yarn build:tokens && yarn build:js && yarn copy-fonts-to-lib",
42
"build:clean": "rm -rf lib/",
43
- "build:declarations": "tsc --emitDeclarationOnly --project tsconfig.build.json",
44
"build:tokens": "rm -rf src/tokens-dist/ && node ./style-dictionary.config.js && yarn prettier-tokens-dist",
45
"build:js": "rollup --config",
46
"build:storybook": "storybook build -o storybook-static -s src/design-tokens/tier-1-definitions/fonts",
0 commit comments