Skip to content

Commit 639c35d

Browse files
committed
chore: update readme for test and release
1 parent 9621e28 commit 639c35d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,16 @@ import { compress, decompress } from '@mongodb-js/zstd';
5656
const decompressed = await decompress(compressed);
5757
})();
5858
```
59+
60+
## Running Tests
61+
62+
`npm test`
63+
64+
## Releasing
65+
66+
CI will automatically publish when it detects a new release after:
67+
68+
```
69+
npm run release
70+
git push --follow-tags origin main
71+
```

0 commit comments

Comments
 (0)