Skip to content

Commit 14233b1

Browse files
committed
Add publish target.
1 parent a40a611 commit 14233b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GENERATED_FILES = \
77

88
all: $(GENERATED_FILES)
99

10-
.PHONY: clean all test
10+
.PHONY: clean all test publish
1111

1212
test:
1313
@npm test
@@ -37,5 +37,9 @@ package.js: bin/meteor package.json
3737
bin/meteor > package.js
3838
@chmod a-w $@
3939

40+
publish:
41+
npm publish
42+
meteor publish
43+
4044
clean:
4145
rm -f -- $(GENERATED_FILES)

0 commit comments

Comments
 (0)