mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Script to check licenses (#3757)
* Add script task to check licenses of all dependenies
This commit is contained in:
@@ -18,7 +18,7 @@ var typings = require('./scripts/gulpfiles/typings');
|
||||
var buildTasks = require('./scripts/gulpfiles/build_tasks');
|
||||
var packageTasks = require('./scripts/gulpfiles/package_tasks');
|
||||
var gitTasks = require('./scripts/gulpfiles/git_tasks');
|
||||
|
||||
var licenseTasks = require('./scripts/gulpfiles/license_tasks');
|
||||
|
||||
// See https://docs.npmjs.com/cli/version.
|
||||
const preversion = gulp.series(
|
||||
@@ -57,5 +57,6 @@ module.exports = {
|
||||
gitCreateRC: gitTasks.createRC,
|
||||
gitRecompile: gitTasks.recompile,
|
||||
typings: typings.typings,
|
||||
package: packageTasks.package
|
||||
package: packageTasks.package,
|
||||
checkLicenses: licenseTasks.checkLicenses
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user