NOTICKET: Add loading Fixture to Make Fresh
This commit is contained in:
parent
72781273e1
commit
ecbf1240c0
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -11,7 +11,9 @@ run: ## Starts the local instance
|
||||||
|
|
||||||
fresh: ## Starts a fresh local instance
|
fresh: ## Starts a fresh local instance
|
||||||
@mvn clean
|
@mvn clean
|
||||||
@mvn javafx:run
|
@mvn compile
|
||||||
|
@make demo-data
|
||||||
|
@make run
|
||||||
|
|
||||||
build: ## Builds System Specific Executables
|
build: ## Builds System Specific Executables
|
||||||
@bin/make/build.sh
|
@bin/make/build.sh
|
||||||
|
|
Loading…
Reference in a new issue