Skip to content

Commit 2eb20a9

Browse files
committed
chore: add generate rule in makefile
1 parent 17935b3 commit 2eb20a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ publish: install-dependencies
4545
pnpm run build
4646
pnpm lerna changed
4747
pnpm exec lerna publish -y --registry $(NPM_PUBLISH_REGISTRY) --ignore-scripts
48+
49+
generate:
50+
buf generate --timeout 0
51+
make format
52+

0 commit comments

Comments
 (0)