Skip to content

Commit

Permalink
fix: remove tests from npm package (#32)
Browse files Browse the repository at this point in the history
* remove tests from upm branch

* push upm branch
  • Loading branch information
paulpach committed Jan 11, 2020
1 parent 2fa4aaf commit 5ed9b4f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions publish_upm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
git subtree push --prefix=Assets/Mirror origin upm
git fetch
git tag $1 origin/upm
git push --tags
#!/bin/sh
git subtree split --prefix=Assets/Mirror -b upm
git filter-branch --prune-empty --tree-filter 'rm -rf Tests' upm
git tag $1 upm
git push -u origin upm --tags

0 comments on commit 5ed9b4f

Please sign in to comment.