Skip to content

Commit f9ff048

Browse files
committed
📦 NEW: Canary testing info
1 parent f979585 commit f9ff048

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/create-guten-block/app

packages/create-guten-block/app/run.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ module.exports = async() => {
2626
// 1. Set the CLI and get the blockName.
2727
const { blockName, isCanary } = cli();
2828

29+
isCanary && chalk.dim(`\n ⚠️ THIS IS THE CANARY MODE FOR DEV TESTING\n`),
30+
2931
// 2. Build the block directory path.
3032
const blockDir = await getBlockDir( blockName );
3133

0 commit comments

Comments
 (0)