mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-05 06:40:37 +08:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
test:
|
|
@mocha
|
|
|
|
dashboard:
|
|
node ../dashboard/make build
|
|
rm -rf dashboard
|
|
cp -r ../dashboard/build dashboard
|
|
|
|
.PHONY: test |