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:
Christopher Allen
2022-09-26 17:18:41 +02:00
parent 4a7bf1ed2c
commit e602358dd5
3 changed files with 5 additions and 3 deletions

View File

@@ -81,5 +81,6 @@ function sortRequires() {
};
module.exports = {
// Manually-invokable targets, with prequisites where required.
sortRequires: sortRequires
};

View File

@@ -17,5 +17,6 @@ function checkLicenses() {
};
module.exports = {
// Manually-invokable targets, with prequisites where required.
checkLicenses: checkLicenses
};