Skip to content

Commit

Permalink
Scripts: Pin the @wordpress/scripts version to a version supported by…
Browse files Browse the repository at this point in the history
… WP 6.5 (WordPress#62234)

Co-authored-by: youknowriad <[email protected]>
Co-authored-by: ellatrix <[email protected]>
  • Loading branch information
3 people authored and patil-vipul committed Jun 17, 2024
1 parent 0fbb662 commit e5c9954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-block/lib/init-wp-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = async ( { slug } ) => {
info(
'Installing `@wordpress/scripts` package. It might take a couple of minutes...'
);
await command( 'npm install @wordpress/scripts --save-dev', {
await command( 'npm install @wordpress/scripts@27 --save-dev', {
cwd,
} );

Expand Down

0 comments on commit e5c9954

Please sign in to comment.