Skip to content

Commit

Permalink
Bootstrap y-npm attempt #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiroc committed Jul 11, 2018
1 parent 4b808d9 commit 952b43e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified aws-cdk-0.7.3-beta.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion bundle-beta.sh
Expand Up @@ -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
Expand Down

0 comments on commit 952b43e

Please sign in to comment.