Skip to content

Commit

Permalink
Update plugins/woocommerce/src/Blocks/Domain/Bootstrap.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com>
  • Loading branch information
roykho and ObliviousHarmony committed Feb 23, 2024
1 parent 739ad62 commit 12eec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/woocommerce/src/Blocks/Domain/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function() {
esc_html__( 'WooCommerce Blocks development mode requires files to be built. From the root directory, run %1$s to ensure your node version is aligned, run %2$s to install dependencies, %3$s to build the files or %4$s to build the files and watch for changes.', 'woocommerce' ),
'<code>nvm use</code>',
'<code>pnpm install</code>',
'<code>pnpm --filter='@woocommerce/plugin-woocommerce' build</code>',
'<code>pnpm --filter="@woocommerce/plugin-woocommerce" build</code>',
'<code>pnpm --filter="@woocommerce/plugin-woocommerce" watch:build</code>'
);
echo '</p></div>';
Expand Down

0 comments on commit 12eec7c

Please sign in to comment.