diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-10-10 13:50:20 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-10-10 13:50:20 +0100 |
| commit | a2d47f686f7f63ed275d3ff0edea7ea3b280da5a (patch) | |
| tree | 1632e9cb4af6eccdfb4bbe8f17cf92117dd14f37 /CONTRIBUTING.md | |
| parent | show image comment as title in embeds (diff) | |
| download | sharkey-a2d47f686f7f63ed275d3ff0edea7ea3b280da5a.tar.gz sharkey-a2d47f686f7f63ed275d3ff0edea7ea3b280da5a.tar.bz2 sharkey-a2d47f686f7f63ed275d3ff0edea7ea3b280da5a.zip | |
replace icons in embeds
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2642ef56b..33125a9765 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -630,9 +630,9 @@ 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 -* build the frontend: `rm -rf built/; NODE_ENV=development pnpm --filter=frontend - build` (the `development` tells it to keep some of the original - filenames in the built files) +* build the frontend: `rm -rf built/; NODE_ENV=development pnpm + --filter=frontend --filter=frontend-embed 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): `grep -rP '["'\'']ti[ -](?!fw)' -- built/` should show you what to change. |