mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
fix(build): Add writeActionImports to build.
This commit is contained in:
parent
7f9658bb4e
commit
f0889d238c
@ -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 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user