alice-lg/ui/Makefile
2022-07-27 17:08:24 +02:00

16 lines
129 B
Makefile

.PHONY: clean
all: deps
yarn build
deps:
yarn install
test:
yarn test --ci --all --watchAll=false
clean:
rm -f ./build