@fast-food/design-system 1.16.1 → 1.16.2
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fast-food/design-system",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"scripts": {
|
|
26
26
|
"start": "storybook dev -p 6006",
|
|
27
27
|
"build": "tsc -b && vite build && npm run copy:styles",
|
|
28
|
-
"copy:styles": "rm -rf dist/styles && cp -r src/styles dist/",
|
|
28
|
+
"copy:styles": "rm -rf dist/styles && mkdir -p dist/styles && cp -r src/styles/* dist/styles/",
|
|
29
29
|
"build-storybook": "storybook build",
|
|
30
30
|
"publish": "npm run build && npm publish --access public",
|
|
31
31
|
"test": "vitest run",
|