Skip to content

Commit 0480ef6

Browse files
committed
Fix release workflow
1 parent 2497440 commit 0480ef6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: npm ci
19-
- run: npm typecheck
19+
- run: npm run typecheck
2020
- run: npm test
2121

2222
publish-npm:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99
* Interface types: `ReadonlyHashMap`, `ReadonlyHashSet`.
1010
* Hash functions: `chainHash()`, `dropHighestNonSignBit()`, `hashBigInt()`, `hashNumber()`, `hashString()`, `hashTuple()`, `hashValue()`.
1111

12-
[0.1.0]: https://github.com/reactodia/hashmap/compare/v0.1.0@{7days}...v0.1.0
12+
[0.1.0]: https://github.com/reactodia/hashmap/commits/v0.1.0

0 commit comments

Comments
 (0)