Skip to content

Commit

Permalink
use script aws/s3 to put npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 10, 2011
1 parent 03ea346 commit e90e2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/package_npm
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ git submodule update --init --recursive
tar czvf $tempdir/npm-${npm_version}.tgz *

# upload npm to s3
$basedir/s3/s3 put language-pack-nodejs \
$basedir/aws/s3 put language-pack-nodejs \
npm-${npm_version}.tgz $tempdir/npm-${npm_version}.tgz

0 comments on commit e90e2b1

Please sign in to comment.