@lotte-innovate/ui-component-test 0.1.61 → 0.1.62

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 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.61",
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 tailwindcss -i src/app/globals.css -o dist/tailwind.css && npx postcss dist/tailwind.css -o dist/globals.css && node update-tailwind-import.js",
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
  },