Skip to content

Commit 5707e99

Browse files
committed
Document CI checks
1 parent 99bb99c commit 5707e99

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Links: [Demo](https://packages.wasta-wocket.fr/json-html-kit/) · [npm](https://
1515
- TypeScript types are generated from the source.
1616
- ESM-only package with no runtime dependencies.
1717
- Marked as side-effect free for bundlers.
18+
- CI runs `npm ci`, `typecheck`, `build`, and `test`.
1819
- Tested on Node.js 20 and 22 with GitHub Actions.
1920
- Designed to work without framework lock-in.
2021

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"files": [
3535
"dist",
3636
"README.md",
37+
"CHANGELOG.md",
3738
"LICENSE"
3839
],
3940
"publishConfig": {

0 commit comments

Comments
 (0)