daml/navigator/integration-test/Makefile
Digital Asset GmbH 05e691f558 open-sourcing daml
2019-04-04 09:33:38 +01:00

17 lines
235 B
Makefile

.PHONY: clean build publish test start
.PHONY: publish-backend publish-docs navigator-docs
default: build
clean:
sbt -no-color clean
build:
sbt -no-color assembly
publish:
sbt -no-color publish
test:
./test-local-navigator.sh