Build/Test Tools: Copy vendor scripts earlier in the build.

Relocates the `copy-vendor-scripts` to run during the the `build:js` portion of the build script. This ensures the JavaScript files are in place before the `uglify:all` task is run.

Follow up to r61438

Props desrosj.
Fixes #65006. See #64393.

Built from https://develop.svn.wordpress.org/trunk@62189


git-svn-id: http://core.svn.wordpress.org/trunk@61469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson
2026-04-01 02:34:43 +00:00
parent 5ed9be981a
commit 38b354a7e4
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.1-alpha-62188';
$wp_version = '7.1-alpha-62189';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.