alice-lg/ui/Makefile
2022-11-10 11:29:17 +01:00

16 lines
135 B
Makefile

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