Skip to content

Commit 8e11663

Browse files
chore: Namananand/ins 1899 auto gen protobuf related lib (#5)
Because - auto gen protobuf related lib This commit - auto gen protobuf related lib
1 parent b0a016a commit 8e11663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"scripts": {
1313
"test": "vitest --run --passWithNoTests",
14-
"build": "pnpm rimraf dist && tsup src && pnpm ts-types",
14+
"build": "pnpm rimraf dist && tsup src && pnpm ts-types && ./generate_proto.sh",
1515
"ts-types": "tsc --emitDeclarationOnly",
1616
"lint": "eslint . --ext .ts,.tsx,.js,.jsx --cache",
1717
"publish-rc": "pnpm build && pnpm publish --no-git-checks"

0 commit comments

Comments
 (0)