Skip to content

Commit 701a80b

Browse files
committed
fix: make order
1 parent 3d9a17d commit 701a80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cosmo-router/plugins/users/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
.PHONY: build test generate install-wgc
33

4+
make: build
5+
46
install-wgc:
57
@which wgc > /dev/null 2>&1 || npm install -g wgc@latest
68

7-
make: build
8-
99
test: install-wgc
1010
wgc router plugin test .
1111

0 commit comments

Comments
 (0)