Skip to content

Commit

Permalink
rebuild templates on make update-runtimes (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland authored Jun 30, 2023
1 parent 883dcbb commit b38d19b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@ test-typescript: ## Test Typescript templates
##@ Scaffolding
###############

update-runtimes: ## Update Scaffolding Runtimes
# Pulls runtimes then rebuilds the embedded filesystem
update-runtimes: pull-runtimes generate/zz_filesystem_generated.go ## Update Scaffolding Runtimes

pull-runtimes:
cd templates/go/scaffolding/instanced-http && go get -u github.com/lkingland/func-runtime-go/http
cd templates/go/scaffolding/static-http && go get -u github.com/lkingland/func-runtime-go/http
cd templates/go/scaffolding/instanced-cloudevents && go get -u github.com/lkingland/func-runtime-go/cloudevents
Expand Down

0 comments on commit b38d19b

Please sign in to comment.