1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-05 00:03:58 +02:00

build(#10336): make .storybook as an individual TypeScript project

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-21 13:01:40 +09:00
parent bf527cd6e7
commit cc3fbefc83
4 changed files with 95 additions and 24 deletions

View File

@@ -1,8 +1,9 @@
# (cd path/to/frontend; pnpm tsc --jsx react --jsxFactory h .storybook/generate.tsx && node .storybook/generate.js)
# (cd path/to/frontend; pnpm tsc -p .storybook)
# (cd path/to/frontend; node .storybook/generate.js)
/generate.js
# (cd path/to/frontend; pnpm tsc .storybook/preload-locale.ts && node .storybook/preload-locale.js)
# (cd path/to/frontend; node .storybook/preload-locale.js)
/preload-locale.js
/locale.ts
# (cd path/to/frontend; pnpm tsc .storybook/preload-theme.ts && node .storybook/preload-theme.js)
# (cd path/to/frontend; node .storybook/preload-theme.js)
/preload-theme.js
/themes.ts