view client/Makefile.build @ 2334:26c806f1684d

demo-data: fix one demo user * Correct the name for `Дипл. Инж. Константин Ясенов` in the profile data to match the roles.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 19 Feb 2019 16:54:56 +0100
parents 77202406b1a7
children
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all dependencies clean

all:	dependencies
	yarn build

dependencies:
	yarn install --check-files

clean:
	rm -rf ../web