We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1c880 commit c34da7eCopy full SHA for c34da7e
package.json
@@ -14,7 +14,7 @@
14
"playwright:install": "npx playwright install && npx playwright install-deps",
15
"playwright:test": "npx playwright test",
16
"build": "ng build",
17
- "bundle-report": "ng build --configuration=production-sourcemaps --stats-json"
+ "build:stats": "ng build --configuration=production-sourcemaps --stats-json"
18
},
19
"dependencies": {
20
"@angular/animations": "20.3.7",
0 commit comments