Skip to content

Commit

Permalink
Merge pull request #224 from kitsuyui/prepare-for-release
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
kitsuyui authored Mar 30, 2024
2 parents 9b95ef2 + 8212984 commit ea3731f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
[
standalone,
hello,
mymath
mymath,
string,
]

steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Playground for TypeScript
- [x] Publish NPM package

- [x] `@kitsuyui/hello` ... simple hello world package
- [x] `@kitsuyui/string` ... simple string package
- [x] `@kitsuyui/mymath` ... simple math package
- [x] `@kitsuyu/standalone` ... make a standalone binary from TypeScript
- [x] Binary application
Expand Down

0 comments on commit ea3731f

Please sign in to comment.