Skip to content
Snippets Groups Projects
Commit cc05b575 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
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;
install-npm:;
npm ci
generate-spec: install-npm;
npm run generate-json-schema
npm run generate-json-schema
validate-spec: install-npm;
npm run test
npm run test
compile-start: compile-quick;
docker-compose down
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