@lotte-innovate/ui-component-test 0.0.82 → 0.0.84
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/globals.css +3 -4
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.84",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
|
48
48
|
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
|
49
49
|
"publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
|
50
|
-
"publish:npm": "npm run clean && npm run compile:typescript && npm run
|
50
|
+
"publish:npm": "npm run clean && npm run compile:typescript && npm run build:css && npm run bundle:rollup && npm run publish:dist"
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
53
|
"@babel/runtime": "^7.24.7",
|