File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/modelviewer.dev/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ cp ../space-opera/editor/view/index.html $DEPLOY_ROOT/editor/view/
119
119
cp ../space-opera/dist/space-opera.js $DEPLOY_ROOT /dist/
120
120
cp ../model-viewer/dist/* $DEPLOY_ROOT /node_modules/@google/model-viewer/dist/
121
121
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
124
124
125
125
FILES_TO_PATCH_WITH_MINIFIED_BUNDLE=($( find $DEPLOY_ROOT \( -type d -name node_modules -prune \) -o -type f | grep \. html) )
126
126
You can’t perform that action at this time.
0 commit comments