Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgek committed Mar 13, 2019
1 parent a77dd68 commit f96fab6
Show file tree
Hide file tree
Showing 3 changed files with 3,871 additions and 3,861 deletions.
Empty file modified publish/pack.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion publish/publish.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PACK_DIR=package;
publish() {
cd $PACK_DIR
echo 'Publishing to npm...'
npm publish *.tgz
npm publish --tag beta *.tgz
}

./pack.sh && publish
Loading

0 comments on commit f96fab6

Please sign in to comment.