Skip to content

Commit

Permalink
ci: enable rules_js interop mode for ng-dev release tool
Browse files Browse the repository at this point in the history
This ensures that the Bazel lock files are automatically updated.

See: angular/dev-infra@289aa64
(cherry picked from commit ceec32f)
  • Loading branch information
devversion authored and alan-agius4 committed Jan 8, 2025
1 parent ffed76d commit 1cf3038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ng-dev/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export const release = {
'@angular-devkit/schematics-cli',
],
},
// TODO: Remove after `rules_js` migration.
rulesJsInteropMode: true,

Check failure on line 35 in .ng-dev/release.mjs

View workflow job for this annotation

GitHub Actions / lint

Object literal may only specify known properties, and 'rulesJsInteropMode' does not exist in type 'ReleaseConfig'.
publishRegistry: 'https://wombat-dressing-room.appspot.com',
releasePrLabels: ['action: merge'],
};

0 comments on commit 1cf3038

Please sign in to comment.