File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
dev-packages/e2e-tests/test-applications/angular-20 Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
"dev" : " ng serve" ,
7
7
"proxy" : " node start-event-proxy.mjs" ,
8
8
"preview" : " http-server dist/angular-20/browser --port 8080" ,
9
- "build" : " ng build" ,
9
+ "build" : " NG_DISABLE_VERSION_CHECK=1 ng build" ,
10
10
"watch" : " ng build --watch --configuration development" ,
11
11
"test" : " playwright test" ,
12
12
"test:build" : " pnpm install && pnpm build" ,
43
43
"karma-jasmine" : " ~5.1.0" ,
44
44
"karma-jasmine-html-reporter" : " ~2.1.0" ,
45
45
"typescript" : " ~5.8.3"
46
+ },
47
+ "volta" : {
48
+ "extends" : " ../../package.json"
46
49
}
47
50
}
Original file line number Diff line number Diff line change 44
44
"yalc:publish" : " lerna run yalc:publish"
45
45
},
46
46
"volta" : {
47
- "node" : " 20.19.0 " ,
47
+ "node" : " 20.18.2 " ,
48
48
"yarn" : " 1.22.22" ,
49
49
"pnpm" : " 9.15.0"
50
50
},
You can’t perform that action at this time.
0 commit comments