fix(build): Add writeActionImports to build.

This commit is contained in:
Gervwyk 2022-02-16 17:05:19 +02:00
parent 7f9658bb4e
commit f0889d238c

View File

@ -97,6 +97,7 @@ async function build(options) {
await buildIcons({ components, context });
await buildStyles({ components, context });
await cleanBuildDirectory({ context });
await writeActionImports({ components, context });
await writeApp({ components, context });
await writeConnections({ components, context });
await writeRequests({ components, context });