@infineon/infineon-design-system-stencil 37.12.1-canary.1988.539c5e1958 → 37.12.1-canary.1988.fc6fd0f217
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@infineon/infineon-design-system-stencil",
|
3
|
-
"version": "37.12.1-canary.1988.
|
3
|
+
"version": "37.12.1-canary.1988.fc6fd0f217",
|
4
4
|
"private": false,
|
5
5
|
"description": "Infineon design system Stencil web components",
|
6
6
|
"homepage": "https://infineon.github.io/infineon-design-system-stencil",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"scripts": {
|
26
26
|
"test": "stencil test --e2e",
|
27
27
|
"build:storybook": "pnpm run build:stencil && pnpm run copy:storybook-fonts && storybook build",
|
28
|
-
"build:stencil": "pnpm stencil build --docs && pnpm run postbuild",
|
28
|
+
"build:stencil": "pnpm stencil build --docs && pnpm run postbuild",
|
29
29
|
"process:design-tokens": "npx sass-export ../../node_modules/@infineon/design-system-tokens/dist/_tokens.scss -o ./.storybook/exported-sass-array.json -a",
|
30
30
|
"copy:storybook-fonts": "cp -r node_modules/@infineon/design-system-tokens/dist/fonts/* public-storybook/fonts/ || exit 0",
|
31
31
|
"postbuild": "pnpm run copy-www-fonts",
|