diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-03-12 14:37:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 14:37:57 +0900 |
| commit | e594fb0037f440f589c36c01e0108f011545a681 (patch) | |
| tree | 2afd5944284b0f0f3682b19c20b7d6800ef75117 /package.json | |
| parent | remove todo (diff) | |
| download | sharkey-e594fb0037f440f589c36c01e0108f011545a681.tar.gz sharkey-e594fb0037f440f589c36c01e0108f011545a681.tar.bz2 sharkey-e594fb0037f440f589c36c01e0108f011545a681.zip | |
enhance(dev): frontendの検索インデックス作成を単独のコマンドで行えるように (#15653)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 591aa2a573..7142e1f660 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "build": "pnpm build-pre && pnpm -r build && pnpm build-assets", "build-storybook": "pnpm --filter frontend build-storybook", "build-misskey-js-with-types": "pnpm build-pre && pnpm --filter backend... --filter=!misskey-js build && pnpm --filter backend generate-api-json --no-build && ncp packages/backend/built/api.json packages/misskey-js/generator/api.json && pnpm --filter misskey-js update-autogen-code && pnpm --filter misskey-js build && pnpm --filter misskey-js api", + "build-frontend-search-index": "pnpm --filter frontend build-search-index", "start": "pnpm check:connect && cd packages/backend && node ./built/boot/entry.js", "start:test": "ncp ./.github/misskey/test.yml ./.config/test.yml && cd packages/backend && cross-env NODE_ENV=test node ./built/boot/entry.js", "init": "pnpm migrate", |