mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
remove docs for regenerate-search-index, as it's now a vite plugin
This commit is contained in:
parent
7e7350eab5
commit
6095b3305c
1 changed files with 0 additions and 1 deletions
|
@ -687,7 +687,6 @@ seems to do a decent job)
|
|||
* check the changes against our `develop` (`git diff develop`) and against Misskey (`git diff misskey/develop`)
|
||||
* re-generate `misskey-js` (`pnpm build-misskey-js-with-types`) and commit
|
||||
* re-generate locales (`pnpm run build-assets`) and commit
|
||||
* re-generate search index (`pnpm run build-frontend-search-index`) and commit
|
||||
* build the frontend: `rm -rf built/; NODE_ENV=development pnpm --filter=frontend --filter=frontend-embed --filter=frontend-shared build` (the `development` tells it to keep some of the original filenames in the built files)
|
||||
* make sure there aren't any new `ti-*` classes (Tabler Icons), and replace them with appropriate `ph-*` ones (Phosphor Icons) in [`vite.replaceicons.ts`](packages/frontend/vite.replaceIcons.ts).
|
||||
* This command should show you want to change: `grep -ohrP '(?<=["'\'']ti )(ti-(?!fw)[\w\-]+)' --exclude \*.map -- built/ | sort -u`.
|
||||
|
|
Loading…
Add table
Reference in a new issue