Skip to content

Commit f74cbd9

Browse files
authored
Update angular.ts
1 parent deaa7d2 commit f74cbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build-info/src/frameworks/angular.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class Angular extends BaseFramework implements Framework {
3434

3535
if (this.detected) {
3636
if (this.version && gte(this.version, '17.0.0-rc')) {
37-
if (skipRuntime !== '1' && skipRuntime !== 'true' {
37+
if (skipRuntime !== '1' && skipRuntime !== 'true') {
3838
this.plugins.push('@netlify/angular-runtime')
3939
}
4040
const angularJson = await this.project.fs.gracefullyReadFile('angular.json')

0 commit comments

Comments
 (0)