@mirai/ui 2.1.60 → 2.1.61
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirai/ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.61",
|
|
4
4
|
"repository": "git@gitlab.com:miraicorp/dev/frontend/ui.git",
|
|
5
5
|
"author": "JΛVI <hello@soyjavi.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"build:storybook": "ladle build -o storybook",
|
|
17
17
|
"start": "parcel public/index.html --port 8080 --host local.mirai.com --open",
|
|
18
18
|
"start:storybook": "ladle serve",
|
|
19
|
-
"build:storybook:prod": "ladle build -o storybook --base '/
|
|
19
|
+
"build:storybook:prod": "ladle build -o storybook --base '/ui/'",
|
|
20
20
|
"lint": "eslint --cache --fix --format codeframe --ext .jsx,.js src",
|
|
21
21
|
"test": "node scripts/test.js --watchAll=false --runInBand",
|
|
22
22
|
"test:watch": "node scripts/test.js",
|