This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(just): fix release_typescript

+2 -2
+2 -2
Justfile
··· 39 39 just gen_typescript 40 40 41 41 release_typescript: 42 + git add *.ts 43 + git commit -m "chore: update typescript types" 42 44 npm version minor 43 45 just gen_typescript 44 - git add *.ts package.json 45 - git commit -m "chore: update typescript types" 46 46 npm publish --access=public