mirror of
https://github.com/google/blockly.git
synced 2026-01-16 05:17:09 +01:00
feat(build): Make cleanup, license [sic] tasks invoke their prerequisites
Turns out they don't have any, so this commit just classifies their gulp targets according to the established scheme.
This commit is contained in:
@@ -81,5 +81,6 @@ function sortRequires() {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
// Manually-invokable targets, with prequisites where required.
|
||||
sortRequires: sortRequires
|
||||
};
|
||||
|
||||
@@ -17,5 +17,6 @@ function checkLicenses() {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
// Manually-invokable targets, with prequisites where required.
|
||||
checkLicenses: checkLicenses
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user