1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

added helper makefile

This commit is contained in:
Annika Hannig
2022-07-27 17:08:24 +02:00
parent 989f03a4aa
commit 2dccc56367

15
ui/Makefile Normal file
View File

@@ -0,0 +1,15 @@
.PHONY: clean
all: deps
yarn build
deps:
yarn install
test:
yarn test --ci --all --watchAll=false
clean:
rm -f ./build