Skip to content

Commit 7f9c829

Browse files
committed
remove disable version check
1 parent 2e82058 commit 7f9c829

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/angular-20

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/angular-20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "ng serve",
77
"proxy": "node start-event-proxy.mjs",
88
"preview": "http-server dist/angular-20/browser --port 8080",
9-
"build": "NG_DISABLE_VERSION_CHECK=1 ng build",
9+
"build": "ng build",
1010
"watch": "ng build --watch --configuration development",
1111
"test": "playwright test",
1212
"test:build": "pnpm install && pnpm build",

0 commit comments

Comments
 (0)