Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 669 Bytes

2024-04-02-add-sync-theme-compile-cli-option.md

File metadata and controls

11 lines (10 loc) · 669 Bytes
title issue
Add sync theme compile CLI option
NEXT-34730

Core

  • Changed theme:compile and theme:change command to accept --sync option to compile themes synchronously. The --sync option is useful for CI/CD pipelines, when at runtime themes should be compiled async, but during the build process you want sync generation.

Upgrade Information

Sync option for CLI theme commands

The theme:compile and theme:change command now accept --sync option to compile themes synchronously. The --sync option is useful for CI/CD pipelines, when at runtime themes should be compiled async, but during the build process you want sync generation.