Skip to content

Commit

Permalink
chore: remove js-green-licenses (google#7201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel authored Jun 27, 2023
1 parent 452abd4 commit e2cd1ba
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 998 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const gulp = require('gulp');
const buildTasks = require('./scripts/gulpfiles/build_tasks');
const packageTasks = require('./scripts/gulpfiles/package_tasks');
const gitTasks = require('./scripts/gulpfiles/git_tasks');
const licenseTasks = require('./scripts/gulpfiles/license_tasks');
const appengineTasks = require('./scripts/gulpfiles/appengine_tasks');
const releaseTasks = require('./scripts/gulpfiles/release_tasks');
const docsTasks = require('./scripts/gulpfiles/docs_tasks');
Expand All @@ -41,7 +40,6 @@ module.exports = {

// Manually-invokable targets, with prerequisites where required.
messages: buildTasks.messages, // Generate msg/json/en.json et al.
checkLicenses: licenseTasks.checkLicenses,
clean: gulp.parallel(buildTasks.cleanBuildDir, packageTasks.cleanReleaseDir),
test: testTasks.test,
testGenerators: testTasks.generators,
Expand Down
Loading

0 comments on commit e2cd1ba

Please sign in to comment.