@lotte-innovate/ui-component-test 0.0.51 → 0.0.52

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
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.0.51",
4
+ "version": "0.0.52",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -38,7 +38,7 @@
38
38
  "scripts": {
39
39
  "dev": "next dev",
40
40
  "lint": "next lint",
41
- "prepare": "next build",
41
+ "prepare": "vite build",
42
42
  "start": "next start",
43
43
  "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
44
44
  "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",