Skip to content
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ clean:
e2e:
./scripts/e2e.sh

dev: sippy
./scripts/dev-setup.sh $(if $(SERVE),--serve)
Comment thread
stbenjam marked this conversation as resolved.

images:
$(DOCKER) build .

Expand Down
Loading