Skip to content

Commit

Permalink
Added NPM script validate:types to package.json which uses packag…
Browse files Browse the repository at this point in the history
…e `@arethetypeswrong/cli` to validate that the TypeScript types published with this package are usable by consumers of this package (#10)
  • Loading branch information
mangs authored Jul 25, 2023
1 parent f952b01 commit 6e64a37
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 179 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pullRequestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
- run: npm run test:unit
- run: npm run build:vite
- run: npm run build:types
- run: npm run validate:types
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.5

- Added NPM script `validate:types` to `package.json` which uses package `@arethetypeswrong/cli` to validate that the TypeScript types published with this package are usable by consumers of this package
- Update dependencies to latest

## 2.0.4

- Added the `license` and `repository` fields to `package.json` to improve the presentation of the package on [npmjs.com](https://www.npmjs.com/)
Expand Down
Loading

0 comments on commit 6e64a37

Please sign in to comment.