Skip to content

Commit

Permalink
fix tgz glob for powershell build (echo #729 fix) (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
FLGMwt authored and Sebastian McKenzie committed Oct 12, 2016
1 parent 76c559a commit 454bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-dist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Test-Path dist) {
rm dist -Recurse
}
mkdir dist
mv yarnpkg-*.tgz dist/pack.tgz
mv yarn-*.tgz dist/pack.tgz

cd dist
tar -xzf pack.tgz --strip 1
Expand Down

0 comments on commit 454bf9b

Please sign in to comment.