summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-04-05 12:24:54 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-04-05 12:24:54 -0400
commit6095b3305cfac506ec46f1e9afce4603df47f34c (patch)
tree5c9c85e2216f38acc073c45ccf4470d8a3d9c81e /CONTRIBUTING.md
parentMerge branch 'misskey-develop' into merge/2025-03-24 (diff)
downloadsharkey-6095b3305cfac506ec46f1e9afce4603df47f34c.tar.gz
sharkey-6095b3305cfac506ec46f1e9afce4603df47f34c.tar.bz2
sharkey-6095b3305cfac506ec46f1e9afce4603df47f34c.zip
remove docs for regenerate-search-index, as it's now a vite plugin
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index eb01159e48..24b4f8910c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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`.