This repository has no description
0

Configure Feed

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

chore(just): add task release_typescript

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