Skip to content

Commit

Permalink
recursive copy (google#4408)
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish authored Aug 1, 2023
1 parent e9c4eaa commit ec08a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/modelviewer.dev/scripts/ci-before-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ cp ../space-opera/editor/view/index.html $DEPLOY_ROOT/editor/view/
cp ../space-opera/dist/space-opera.js $DEPLOY_ROOT/dist/
cp ../model-viewer/dist/* $DEPLOY_ROOT/node_modules/@google/model-viewer/dist/
cp ../model-viewer-effects/dist/* $DEPLOY_ROOT/node_modules/@google/model-viewer-effects/dist/
cp ../../node_modules/js-beautify/* $DEPLOY_ROOT/node_modules/js-beautify
cp ../../node_modules/web-animations-js/* $DEPLOY_ROOT/node_modules/web-animations-js
cp -r ../../node_modules/js-beautify/* $DEPLOY_ROOT/node_modules/js-beautify
cp -r ../../node_modules/web-animations-js/* $DEPLOY_ROOT/node_modules/web-animations-js

FILES_TO_PATCH_WITH_MINIFIED_BUNDLE=($(find $DEPLOY_ROOT \( -type d -name node_modules -prune \) -o -type f | grep \.html))

Expand Down

0 comments on commit ec08a05

Please sign in to comment.