Commit c0738f98 authored by David Dollar's avatar David Dollar

make sure to package npm's submodules

parent 4fe8a7b3
...@@ -24,12 +24,11 @@ cd $tempdir && ...@@ -24,12 +24,11 @@ cd $tempdir &&
cd npm && cd npm &&
# grab the right version # grab the right version
git checkout v${node_version} && git checkout v${npm_version} &&
git submodule update --init --recursive && git submodule update --init --recursive &&
find . -name ".git" -exec rm -rf {} \;
# package it up # package it up
tar czvf $tempdir/npm-${npm_version}.tgz * tar czvf $tempdir/npm-${npm_version}.tgz * &&
# upload npm to s3 # upload npm to s3
$basedir/s3 put language-pack-nodejs \ $basedir/s3 put language-pack-nodejs \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment