File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 99 - ' router-plugin/**/*'
1010 - ' router-tests/**/*'
1111 - ' connect/**/*'
12+ - ' Makefile'
1213 - ' .github/workflows/router-ci.yaml'
1314
1415concurrency :
Original file line number Diff line number Diff line change @@ -85,18 +85,23 @@ create-demo:
8585delete-demo :
8686 ./scripts/delete-local-demo.sh
8787
88+ build-plugins :
89+ $(MAKE ) -C demo plugin-build-ci
90+
8891dev-setup : prerequisites
8992 pnpm install
9093 pnpm generate
9194 make generate-go
9295 make infra-up
9396 pnpm -r run --filter ' !studio' build
97+ make build-plugins
9498
9599dev-setup-no-infra : prerequisites
96100 pnpm install
97101 pnpm generate
98102 make generate-go
99103 pnpm -r run --filter ' !studio' build
104+ make build-plugins
100105
101106build-pnpm :
102107 pnpm install
You can’t perform that action at this time.
0 commit comments