mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
|
# (cd path/to/frontend; pnpm tsc -p .storybook)
|
||
|
# (cd path/to/frontend; node .storybook/generate.js)
|
||
|
/generate.js
|
||
|
# (cd path/to/frontend; node .storybook/preload-locale.js)
|
||
|
/preload-locale.js
|
||
|
/locale.ts
|
||
|
# (cd path/to/frontend; node .storybook/preload-theme.js)
|
||
|
/preload-theme.js
|
||
|
/themes.ts
|