Build: Ignore the vendor directory during the jsvalidate:build task.

Merges [43783] from the 5.0 branch to trunk.

Props netweb.
Fixes #45119.

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


git-svn-id: http://core.svn.wordpress.org/trunk@43965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2018-12-14 01:38:38 +00:00
parent f93e24ca8e
commit d45126977e

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44134';
$wp_version = '5.1-alpha-44135';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.