mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-04 06:19:25 +08:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
test:
|
|
@mocha
|
|
|
|
build:
|
|
node /Users/skawful/Projects/Deployd/dashboard/make build
|
|
rm -rf dashboard
|
|
cp -r /Users/skawful/Projects/Deployd/dashboard/build dashboard
|
|
|
|
.PHONY: test |