@lotte-innovate/ui-component-test 0.1.61 → 0.1.62
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/globals.css +3 -5
- package/package.json +2 -2
- package/dist/tailwind.css +0 -180917
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.1.
|
4
|
+
"version": "0.1.62",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"clean": "rimraf dist && mkdir dist && rimraf .rollup.cache",
|
46
46
|
"compile:typescript": "tsc --jsx react-jsx && node src/utils/post-compile.js && tsc-alias",
|
47
47
|
"bundle:rollup": "rollup -c && node src/utils/post-rollup.js",
|
48
|
-
"build:css": "npx
|
48
|
+
"build:css": "npx postcss src/app/globals.css -o dist/globals.css && node update-tailwind-import.js",
|
49
49
|
"publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
|
50
50
|
"publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"
|
51
51
|
},
|