Skip to content

Commit

Permalink
fix protos
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Sep 18, 2023
1 parent 1bcfde7 commit be02820
Show file tree
Hide file tree
Showing 6 changed files with 1,209 additions and 2,551 deletions.
12 changes: 12 additions & 0 deletions generate_protos.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
set -xeuo pipefail

# check if buf is installed
if ! command -v buf &> /dev/null
then
echo "buf could not be found"
echo "Please install buf: https://buf.build/docs/installation"
exit
fi

buf generate protos
3 changes: 2 additions & 1 deletion ui/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.next
.next
**/grpc_generated
Loading

0 comments on commit be02820

Please sign in to comment.