Skip to content

Commit

Permalink
fix: error when there is no partial folder (#456)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordy Quak <[email protected]>
  • Loading branch information
jrquak and Jordy Quak authored Nov 3, 2023
1 parent b4fe7e6 commit 52adeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bb-components-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ void (async (): Promise<void> => {
readPrefabs(),
readComponents(),
runtimeVersion === 'v2' ? Promise.resolve([]) : readInteractions(),
readtsPrefabs(true),
readPartialPrefabs(),
readtsPrefabs(true),
]);

const templatesPath = path.join(distDir, 'templates.json');
Expand Down

0 comments on commit 52adeb1

Please sign in to comment.