@lotte-innovate/ui-component-test 0.1.10 → 0.1.11
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.
|
|
4
|
+
"version": "0.1.11",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
|
|
46
46
|
"compile": "tsc --jsx react-jsx",
|
|
47
47
|
"build": "next build && npm run compile",
|
|
48
|
-
"build:css": "npx tailwindcss -i src/app/
|
|
48
|
+
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css",
|
|
49
49
|
"build-storybook": "storybook build",
|
|
50
50
|
"clean": "rimraf dist && mkdir dist",
|
|
51
51
|
"update-tailwind": "node update-tailwind-import.js",
|
|
File without changes
|