Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Change fetch-assets script to work w/ npm 5 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Jun 2, 2017
1 parent 727813b commit 14c0587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/fetch-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ cp -r ${examplesPath} ${exampleAssetsPath}
cp -r ${plunkerExamplesPath} ${plunkerExampleAssetsPath}

# Install the live examples component library
npm i ${tmpAssetClonePath}/examples-package
mkdir -p ./node_modules/@angular/material-examples
cp -r ${tmpAssetClonePath}/examples-package/* ./node_modules/@angular/material-examples

# Remove temporary directory
rm -rf ${tmpAssetClonePath}

0 comments on commit 14c0587

Please sign in to comment.