@lotte-innovate/ui-component-test 0.0.52 → 0.0.53
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
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.
|
4
|
+
"version": "0.0.53",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -38,12 +38,12 @@
|
|
38
38
|
"scripts": {
|
39
39
|
"dev": "next dev",
|
40
40
|
"lint": "next lint",
|
41
|
-
"prepare": "
|
41
|
+
"prepare": "rollup",
|
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",
|
45
45
|
"compile": "tsc --jsx react-jsx",
|
46
|
-
"build": "
|
46
|
+
"build": "rollup && npm run compile",
|
47
47
|
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css --minify",
|
48
48
|
"build-storybook": "storybook build",
|
49
49
|
"clean": "rimraf dist && mkdir dist",
|