Skip to content
Snippets Groups Projects
Commit cc05b575 authored by Martin Lowe's avatar Martin Lowe :no_entry:
Browse files

Fix Makefile formatting

parent 9edb559b
No related branches found
No related tags found
1 merge request!7Fix Makefile formatting
...@@ -9,9 +9,9 @@ compile-quick: clean compile-java-quick; ...@@ -9,9 +9,9 @@ compile-quick: clean compile-java-quick;
install-npm:; install-npm:;
npm ci npm ci
generate-spec: install-npm; generate-spec: install-npm;
npm run generate-json-schema npm run generate-json-schema
validate-spec: install-npm; validate-spec: install-npm;
npm run test npm run test
compile-start: compile-quick; compile-start: compile-quick;
docker-compose down docker-compose down
docker-compose build docker-compose build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment