Skip to content

Commit 14c2cd5

Browse files
committed
temp save
1 parent 246b74f commit 14c2cd5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/src/BuildTest.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,8 @@ test.ifDevOrLinuxCi(
334334
copyright: "Copyright © 2018 ${author}",
335335
npmRebuild: true,
336336
onNodeModuleFile: filePath => {
337-
const exampleDir = filePath.includes("node_modules/three/examples")
338-
if (exampleDir) {
339-
return true
340-
}
341-
return undefined
337+
// Force include this directory in the pakage
338+
return filePath.includes("node_modules/three/examples")
342339
},
343340
files: [
344341
// test ignore pattern for node_modules defined as file set filter

0 commit comments

Comments
 (0)