@ambita/design-system 5.7.1-2571.0 → 5.7.1-2591.0
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 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ambita/design-system",
|
|
3
|
-
"version": "5.7.1-
|
|
3
|
+
"version": "5.7.1-2591.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git@github.com:Ambita/design-system-vue-3.git"
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"build:package-types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
|
|
16
16
|
"build:package": "npm run tokens:build:dist && mkdir -p dist/scss dist/css && PACKAGE=true npm run build && npm run sass-compile && npm run themes:bundle && npm run build:package-types",
|
|
17
17
|
"build:storybook": "storybook build",
|
|
18
|
+
"build:storybook:prepare": "npm run tokens:build:dist && PACKAGE=true vite build && npm run themes:bundle",
|
|
18
19
|
"sass-compile": "sass ./src/css/colors-css-variables.scss ./dist/css/colors-css-variables.css --no-source-map",
|
|
19
20
|
"yalc:push": "npm run build:package && yalc push",
|
|
20
21
|
"yalc:publish": "npm run build:package && yalc publish",
|