Skip to content

Commit

Permalink
chore: Namananand/ins 1899 auto gen protobuf related lib (#5)
Browse files Browse the repository at this point in the history
Because

- auto gen protobuf related lib

This commit

- auto gen protobuf related lib
  • Loading branch information
iamnamananand996 committed Sep 22, 2023
1 parent b0a016a commit 8e11663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"test": "vitest --run --passWithNoTests",
"build": "pnpm rimraf dist && tsup src && pnpm ts-types",
"build": "pnpm rimraf dist && tsup src && pnpm ts-types && ./generate_proto.sh",
"ts-types": "tsc --emitDeclarationOnly",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx --cache",
"publish-rc": "pnpm build && pnpm publish --no-git-checks"
Expand Down

0 comments on commit 8e11663

Please sign in to comment.