Skip to content

Commit 23269f3

Browse files
committed
build: enable rules_js interop mode in ng-dev release
This will result in the release tool automatically updating the Aspect lock files when necessary.
1 parent 73f28c6 commit 23269f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ng-dev/release.mts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const releasePackages = [
2323

2424
/** Configuration for the `ng-dev release` command. */
2525
export const release: ReleaseConfig = {
26+
rulesJsInteropMode: true,
2627
releaseNotes: {
2728
useReleaseTitle: true,
2829
groupOrder: releasePackages,

0 commit comments

Comments
 (0)