rtgl 0.0.11-rc22 → 0.0.11-rc23
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/cli.js +3 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
1
3
|
import { build, scaffold, watch, examples } from "@rettangoli/fe/cli";
|
|
2
4
|
import { generate, report, accept } from "@rettangoli/vt/cli";
|
|
3
5
|
import { buildSite, watchSite, screenshotCommand } from "@rettangoli/sites/cli";
|
|
@@ -250,7 +252,7 @@ sitesCommand
|
|
|
250
252
|
outputPath: options.outputPath,
|
|
251
253
|
});
|
|
252
254
|
console.log("Build completed successfully!");
|
|
253
|
-
|
|
255
|
+
|
|
254
256
|
// If screenshots option is enabled, run screenshot command
|
|
255
257
|
if (options.screenshots) {
|
|
256
258
|
console.log("Capturing screenshots...");
|