refs #13563 Merge branch '13563-login-service'
[arvados-workbench2.git] / Makefile
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 export WORKSPACE?=$(shell pwd)
6 help:
7         @echo >&2
8         @echo >&2 "There is no default make target here.  Did you mean 'make test'?"
9         @echo >&2
10         @echo >&2 "More info:"
11         @echo >&2 "  Installing              --> http://doc.arvados.org/install"
12         @echo >&2 "  Developing/contributing --> https://dev.arvados.org"
13         @echo >&2 "  Project home            --> https://arvados.org"
14         @echo >&2
15         @false
16
17 test:
18         @yarn install
19         @yarn test      --no-watchAll
20
21 build:
22         @yarn install
23         @yarn build