silgi 0.26.2 → 0.26.3
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/prepare.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
package/dist/cli/prepare.mjs
CHANGED
|
@@ -263,10 +263,10 @@ const prepare = defineCommand({
|
|
|
263
263
|
activeEnvironment: args.env
|
|
264
264
|
});
|
|
265
265
|
await prepare$2();
|
|
266
|
-
await generateApiFul(silgi);
|
|
267
266
|
await writeTypesAndFiles(silgi);
|
|
268
267
|
await writeCoreFile(silgi);
|
|
269
268
|
await prepareBuild(silgi);
|
|
269
|
+
await generateApiFul(silgi);
|
|
270
270
|
if (!args.commands) {
|
|
271
271
|
await runCommand(run, {
|
|
272
272
|
rawArgs: ["--tag", "init", "--active", "false"]
|