Skip to content

Commit 732a359

Browse files
committed
Remove generateProto.sh, its superceded by buf
1 parent 18a287f commit 732a359

File tree

5 files changed

+4
-297
lines changed

5 files changed

+4
-297
lines changed

Brewfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
brew "go"
2+
brew "buf"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev:
3030
cd frontend && npm run dev
3131

3232
proto:
33-
tools/generateProto.sh
33+
buf generate
3434

3535
autoref-tests:
3636
git clone "https://gitlab.com/robocup-small-size/autoref-tests.git" autoref-tests

frontend/package-lock.json

Lines changed: 1 addition & 203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"eslint-plugin-vue": "^9.32.0",
3535
"npm-run-all2": "^7.0.2",
3636
"sass": "^1.83.1",
37-
"ts-proto": "1.139.0",
3837
"typescript": "~5.3.0",
3938
"vite": "^5.4.11",
4039
"vue-tsc": "^1.8.27"

0 commit comments

Comments
 (0)