Skip to content

Commit a84034f

Browse files
author
Igor Escobar
committedMar 6, 2016
adding meteor publish
1 parent bee6624 commit a84034f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎deploy.rb

+3
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@
8080
puts '# PUBLISHING NPM PACKAGE'
8181
`npm publish`
8282

83+
puts '# PUBLISHING METEOR PACKAGE'
84+
`meteor publish`
85+
8386
puts '# DONE!'

0 commit comments

Comments
 (0)
Please sign in to comment.