Skip to content

Commit ec08a05

Browse files
authored
recursive copy (#4408)
1 parent e9c4eaa commit ec08a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/modelviewer.dev/scripts/ci-before-deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ cp ../space-opera/editor/view/index.html $DEPLOY_ROOT/editor/view/
119119
cp ../space-opera/dist/space-opera.js $DEPLOY_ROOT/dist/
120120
cp ../model-viewer/dist/* $DEPLOY_ROOT/node_modules/@google/model-viewer/dist/
121121
cp ../model-viewer-effects/dist/* $DEPLOY_ROOT/node_modules/@google/model-viewer-effects/dist/
122-
cp ../../node_modules/js-beautify/* $DEPLOY_ROOT/node_modules/js-beautify
123-
cp ../../node_modules/web-animations-js/* $DEPLOY_ROOT/node_modules/web-animations-js
122+
cp -r ../../node_modules/js-beautify/* $DEPLOY_ROOT/node_modules/js-beautify
123+
cp -r ../../node_modules/web-animations-js/* $DEPLOY_ROOT/node_modules/web-animations-js
124124

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

0 commit comments

Comments
 (0)