Skip to content

Commit

Permalink
Revert "Mention meteor test-packages on readme of collections"
Browse files Browse the repository at this point in the history
This reverts commit dbe5668.
  • Loading branch information
filipenevola committed Oct 13, 2024
1 parent 334684c commit 545cad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 545cad8

Please sign in to comment.