Skip to content

Commit b3874e8

Browse files
committed
build: fix build glitches in design-tokens
1 parent bc98f3e commit b3874e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proprietary/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typescript": "5.9.3"
3131
},
3232
"scripts": {
33-
"build": "pnpm run build:style-dictionary:default && pnpm run build:style-dictionary:dark && pnpm run build:scss && pnpm run build:ts",
33+
"build": "pnpm run clean && pnpm run build:style-dictionary:default && pnpm run build:style-dictionary:dark && pnpm run build:scss && pnpm run build:ts",
3434
"build:scss": "sass --no-source-map src/:dist/",
3535
"build:ts": "tsc src/font-family.ts --outDir dist --target es2020 --module esnext --moduleResolution node",
3636
"build:style-dictionary:default": "node ./style-dictionary-build.mjs",

0 commit comments

Comments
 (0)