silgi 0.29.26 → 0.29.27
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/dist/cli/index.mjs +1 -1
- package/dist/cli/silgi.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
package/dist/cli/silgi.mjs
CHANGED
|
@@ -797,10 +797,10 @@ export const routeRules = ${genObjectFromRawEntries(
|
|
|
797
797
|
|
|
798
798
|
async function build(silgi) {
|
|
799
799
|
await prepare();
|
|
800
|
+
await generateApiFul(silgi);
|
|
800
801
|
await writeCoreFile(silgi);
|
|
801
802
|
await prepareBuild(silgi);
|
|
802
803
|
await writeTypesAndFiles(silgi);
|
|
803
|
-
await generateApiFul(silgi);
|
|
804
804
|
await generateApp(silgi);
|
|
805
805
|
}
|
|
806
806
|
|