Skip to content

Commit f60f83c

Browse files
committed
chore: build the new tokens on build
1 parent 4a45a78 commit f60f83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"stylelint-order": "^4.1.0"
7777
},
7878
"scripts": {
79-
"build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
79+
"build": "npm run clean && npm run build.css && npm run build.newTokens && stencil build --es5 --docs-json dist/docs.json",
8080
"build.css": "npm run css.sass && npm run css.minify",
8181
"build.debug": "npm run clean && stencil build --debug",
8282
"build.docs.json": "stencil build --docs-json dist/docs.json",

0 commit comments

Comments
 (0)