@kubetail/ui 2.0.4-rc1 → 2.0.4
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": "@kubetail/ui",
|
|
3
|
-
"version": "v2.0.4
|
|
3
|
+
"version": "v2.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
"scripts": {
|
|
153
153
|
"dev": "vite",
|
|
154
|
-
"build": "tsc && vite build",
|
|
154
|
+
"build": "tsc -b && vite build",
|
|
155
155
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
156
156
|
"preview": "vite preview",
|
|
157
157
|
"storybook": "storybook dev -p 6006",
|