From 545cad8ed7ccf84834fe9b797c7d527700480dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20N=C3=A9vola?= Date: Sun, 13 Oct 2024 20:54:23 -0300 Subject: [PATCH] Revert "Mention meteor test-packages on readme of collections" This reverts commit dbe56689b700fd68f744c40d9e7005992fadee98. --- collections/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/README.md b/collections/README.md index 9c49a28..723f650 100644 --- a/collections/README.md +++ b/collections/README.md @@ -303,7 +303,7 @@ export const UsersCollection = createCollection({ ### Publishing -Bump the version following semver in `package.js` and run `meteor test-packages ./` to make sure all the tests are passing. +Bump the version following semver in `package.js` and run `meteor npm run generate-dts` to generate the types. Then publish the package: