Skip to content

Commit

Permalink
add package script to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nettee committed Oct 9, 2019
1 parent fc1de13 commit 50ab28d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: javascript
script: true
script: make package
deploy:
provider: releases
api_key:
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: package

package:
tar cf copy-it-as-markdown.tar.gz manifest.json *.js img/*

0 comments on commit 50ab28d

Please sign in to comment.