@epam/ai-dial-ui-kit 0.1.0-rc.2 → 0.1.0-rc.3
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-ui-kit",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "A modern UI kit for building AI DIAL interfaces with React",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"dev": "vite",
|
|
34
|
-
"build": "
|
|
34
|
+
"build": "vite build && npm run build:css",
|
|
35
35
|
"build:css": "tailwindcss -m -i ./src/styles/tailwind-entry.scss -o ./dist/index.css",
|
|
36
36
|
"lint": "eslint . --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0",
|
|
37
37
|
"format": "prettier --check .",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"storybook:css": "tailwindcss -w -i ./src/styles/tailwind-entry.scss -o ./src/index.css",
|
|
42
42
|
"build-storybook": "concurrently 'npm run build-storybook:css' 'storybook build'",
|
|
43
43
|
"build-storybook:css": "tailwindcss -m -i ./src/styles/tailwind-entry.scss -o ./src/index.css",
|
|
44
|
-
"prepublishOnly": "npm run build",
|
|
45
44
|
"prepare": "husky",
|
|
46
45
|
"publish": "node tools/publish-lib.mjs",
|
|
47
46
|
"publish:dry": "node tools/publish-lib.mjs --output-style=static --dry",
|