daml/navigator/integration-test/Makefile

17 lines
235 B
Makefile
Raw Normal View History

2019-04-04 11:33:38 +03:00
.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