Skip to content

Commit

Permalink
package.json - Define tarball export
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Apr 24, 2023
1 parent d558b6a commit 6799afd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@
},
"scripts": {
"start": "grunt",
"test": "grunt jasmine_node"
"test": "grunt jasmine_node",
"build": "grunt build",
"tarball": "[ -f mosaico-dist.tar.gz ] && rm -f mosaico-dist.tar.gz ; tar --transform 's;^;mosaico/;' -czf mosaico-dist.tar.gz NOTICE.txt LICENSE README.md favicon.ico build dist res templates"
},
"engines": {
"node": ">= 15.0.0",
Expand Down

0 comments on commit 6799afd

Please sign in to comment.