markdown-flow-ui 0.1.20-beta.0 → 0.1.20-beta.1
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
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"scripts": {
|
|
129
129
|
"//build": "next build",
|
|
130
|
-
"build:css": "tailwindcss --input src/styles/library.css --output dist/markdown-flow-ui-lib.css --config tailwind.build.config.ts --minify",
|
|
130
|
+
"build:css": "pnpm exec tailwindcss --input src/styles/library.css --output dist/markdown-flow-ui-lib.css --config tailwind.build.config.ts --minify",
|
|
131
131
|
"build": "pnpm run build:css && vite build",
|
|
132
132
|
"build-storybook": "storybook build",
|
|
133
133
|
"commit": "cz",
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"test": "echo \"No tests specified\" && exit 0"
|
|
146
146
|
},
|
|
147
147
|
"types": "dist/index.d.ts",
|
|
148
|
-
"version": "0.1.20-beta.
|
|
148
|
+
"version": "0.1.20-beta.1"
|
|
149
149
|
}
|