Skip to content

Commit

Permalink
Mention meteor test-packages on readme of collections
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Oct 13, 2024
1 parent 49f02a8 commit dbe5668
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 npm run generate-dts` to generate the types.
Bump the version following semver in `package.js` and run `meteor test-packages ./` to make sure all the tests are passing.

Then publish the package:

Expand Down

0 comments on commit dbe5668

Please sign in to comment.