Skip to content

Commit

Permalink
fix: remove unnecessary type definitions script
Browse files Browse the repository at this point in the history
Rollup already generates the type declarations.
  • Loading branch information
ahuth committed Feb 23, 2024
1 parent 523130e commit be341c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
"eds-init-theme": "bin/eds-init.js"
},
"scripts": {
"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",
"build:clean": "rm -rf lib/",
"build:declarations": "tsc --emitDeclarationOnly --project tsconfig.build.json",
"build:tokens": "rm -rf src/tokens-dist/ && node ./style-dictionary.config.js && yarn prettier-tokens-dist",
"build:js": "rollup --config",
"build:storybook": "storybook build -o storybook-static -s src/design-tokens/tier-1-definitions/fonts",
Expand Down

0 comments on commit be341c0

Please sign in to comment.