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:
15
ui/Makefile
Normal file
15
ui/Makefile
Normal 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
|
||||
|
Reference in New Issue
Block a user