Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 907377a

Browse files
committed
add publish make
1 parent 6e80088 commit 907377a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ JS := js
33
build:
44
$(MAKE) -C $(JS) build
55

6-
test: build
6+
test:
77
$(MAKE) -C $(JS) test
88

9+
publish:
10+
$(MAKE) -C $(JS) publish
11+
912
install:
1013
$(MAKE) -C $(JS) install

0 commit comments

Comments
 (0)