Skip to content

Commit

Permalink
Fix change of cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Nov 8, 2023
1 parent 821123b commit 495fe2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ proto/dev: build proto/clean proto/generate
.PHONY: proto/dev/reset
proto/dev/reset:
rm -rf $(RUNME_EXT_BASE)/node_modules/@buf/stateful_runme.community_timostamm-protobuf-ts
cd $(RUNME_EXT_BASE)
runme run setup
cd $(RUNME_EXT_BASE) && runme run setup

# Remember to set up buf registry beforehand.
# More: https://docs.buf.build/bsr/authentication
Expand Down

0 comments on commit 495fe2e

Please sign in to comment.