Skip to content

Commit ac76b53

Browse files
authored
Merge pull request #2846 from ORCID/lmendoza/PD-5541
PD-5541
2 parents 004c553 + 522f214 commit ac76b53

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

scripts/moveToShareFolder.postbuild.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ const del = require('del')
55

66
export async function createShareAssetsFolder() {
77
await new Promise((resolve, reject) => {
8-
src(['./dist/*/*.{js,woff,woff2,jpg,svg,txt,css}', '!./dist/*/assets/*'])
8+
src([
9+
'./dist/*/*.{js,woff,woff2,jpg,jpeg,png,svg,webp,txt,css}',
10+
'!./dist/*/assets/*',
11+
])
912
.pipe(clean({ force: true }))
1013
.pipe(flatten())
1114
.pipe(dest('./dist/share-assets/', { overwrite: true }))

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5225,7 +5225,7 @@ fsevents@^1.2.7:
52255225

52265226
fsevents@~2.3.2, fsevents@~2.3.3:
52275227
version "2.3.3"
5228-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
5228+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
52295229
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
52305230

52315231
function-bind@^1.1.2:

0 commit comments

Comments
 (0)