You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/svelte.dev/scripts/sync-packages/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ pnpm sync-packages
10
10
11
11
## Notes
12
12
13
-
- All packages `names` are in `FEATURED`and `SV_ADD`of [packages-meta.ts](apps/svelte.dev/src/lib/packages-meta.ts) file.
13
+
- All packages `names` are in `FEATURED` of [packages-meta.ts](apps/svelte.dev/src/lib/packages-meta.ts) file.
14
14
15
-
If you want to add or remove a package, you need to update these 2 objects and run the script again (it will update the json files in the `src/lib/server/generated/registry` directory).
15
+
If you want to add or remove a package, you need to update `FEATURED` objects and run the script again (it will update the json files in the `src/lib/server/generated/registry` directory).
16
16
17
17
-[sync-packages.yml](/.github/workflows/sync-packages.yml) is responsible for running the script regularly and update all metadata (it can also be triggered manually).
0 commit comments