We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a45a78 commit f60f83cCopy full SHA for f60f83c
1 file changed
core/package.json
@@ -76,7 +76,7 @@
76
"stylelint-order": "^4.1.0"
77
},
78
"scripts": {
79
- "build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
+ "build": "npm run clean && npm run build.css && npm run build.newTokens && stencil build --es5 --docs-json dist/docs.json",
80
"build.css": "npm run css.sass && npm run css.minify",
81
"build.debug": "npm run clean && stencil build --debug",
82
"build.docs.json": "stencil build --docs-json dist/docs.json",
0 commit comments