@lotte-innovate/ui-component-test 0.1.9 → 0.1.11

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.9",
4
+ "version": "0.1.11",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -45,11 +45,11 @@
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/styles.css -o dist/styles.css",
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",
52
- "build:all": "npm run clean && npm run compile && node move.js && npm run build:css && tsc-alias && npm run update-tailwind",
52
+ "build:all": "npm run clean && npm run compile && node src/utils/move.js && npm run build:css && tsc-alias && npm run update-tailwind",
53
53
  "publish:npm": "npm run build:all && npm publish"
54
54
  },
55
55
  "dependencies": {
File without changes