File tree Expand file tree Collapse file tree
dev-packages/e2e-tests/test-applications/angular-20 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "dev" : " ng serve" ,
77 "proxy" : " node start-event-proxy.mjs" ,
88 "preview" : " http-server dist/angular-20/browser --port 8080" ,
9- "build" : " ng build" ,
9+ "build" : " NG_DISABLE_VERSION_CHECK=1 ng build" ,
1010 "watch" : " ng build --watch --configuration development" ,
1111 "test" : " playwright test" ,
1212 "test:build" : " pnpm install && pnpm build" ,
4343 "karma-jasmine" : " ~5.1.0" ,
4444 "karma-jasmine-html-reporter" : " ~2.1.0" ,
4545 "typescript" : " ~5.8.3"
46+ },
47+ "volta" : {
48+ "extends" : " ../../package.json"
4649 }
4750}
Original file line number Diff line number Diff line change 4444 "yalc:publish" : " lerna run yalc:publish"
4545 },
4646 "volta" : {
47- "node" : " 20.19.0 " ,
47+ "node" : " 20.18.2 " ,
4848 "yarn" : " 1.22.22" ,
4949 "pnpm" : " 9.15.0"
5050 },
You can’t perform that action at this time.
0 commit comments