diff --git a/aws-cdk-0.7.3-beta.zip b/aws-cdk-0.7.3-beta.zip index cb507e822ba44..8769788da5221 100644 Binary files a/aws-cdk-0.7.3-beta.zip and b/aws-cdk-0.7.3-beta.zip differ diff --git a/bundle-beta.sh b/bundle-beta.sh index 02d4dd54411a4..c077a06dbd159 100755 --- a/bundle-beta.sh +++ b/bundle-beta.sh @@ -41,7 +41,7 @@ echo "Installing y-npm" # using y-npm, we're so META! ${Y_NPM} install --global-style --no-save y-npm # Because y-npm is installed on the build server, we need to bootstrap # it on windows by manually creating the shim batch file. -cp tools/y-npm/bin/.y-npm.cmd node_modules/.bin/y-npm.cmd +cp ${root}/tools/y-npm/bin/.y-npm.cmd ${root}/node_modules/.bin/y-npm.cmd ln -s node_modules/.bin bin # Create a local maven repository