@embeddable.com/sdk-react 3.2.0-next.5 → 3.2.0-next.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -1147,7 +1147,7 @@ async function prepareEntrypoint(ctx, filesList) {
1147
1147
 
1148
1148
  var build = async (ctx) => {
1149
1149
  createContext(path__namespace$1.resolve(__dirname, ".."), ctx);
1150
- await generate(ctx);
1150
+ return generate(ctx);
1151
1151
  };
1152
1152
 
1153
1153
  var cleanup = async (ctx) => {