Skip to content

Commit

Permalink
added dev_copy_metactl task
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwfx committed May 14, 2020
1 parent 95c6f7b commit 89c2adf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ deploy:
test:
@${SOURCE_MAKE} && test

x_build_and_serve:
@${SOURCE_MAKE} && x_build_and_serve
dev_build_and_serve:
@${SOURCE_MAKE} && dev_build_and_serve

x_serve:
@${SOURCE_MAKE} && x_serve
dev_serve:
@${SOURCE_MAKE} && dev_serve

dev_copy_metactl:
@${SOURCE_MAKE} && dev_copy_metactl

0 comments on commit 89c2adf

Please sign in to comment.