@lotte-innovate/ui-component-test 0.1.64 → 0.1.66

Sign up to get free protection for your applications and to get access to all the features.
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.64",
4
+ "version": "0.1.66",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -46,6 +46,7 @@
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
48
  "build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify && node update-tailwind-import.js",
49
+ "build:css-test": "postcss src/app/globals.css -o dist/globalsNano.css && node update-tailwind-import.js",
49
50
  "build:test": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css",
50
51
  "publish:dist": "node src/utils/prev-publish.js && npm publish && node src/utils/post-publish.js",
51
52
  "publish:npm": "npm run clean && npm run compile:typescript && npm run bundle:rollup && npm run build:css && npm run publish:dist"