Skip to content

Commit

Permalink
make sure to package npm's submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 16, 2011
1 parent 4fe8a7b commit c0738f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions support/package_npm
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ cd $tempdir &&
cd npm &&

# grab the right version
git checkout v${node_version} &&
git checkout v${npm_version} &&
git submodule update --init --recursive &&
find . -name ".git" -exec rm -rf {} \;

# package it up
tar czvf $tempdir/npm-${npm_version}.tgz *
tar czvf $tempdir/npm-${npm_version}.tgz * &&

# upload npm to s3
$basedir/s3 put language-pack-nodejs \
Expand Down

0 comments on commit c0738f9

Please sign in to comment.