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 c34da7e commit 91964f6Copy full SHA for 91964f6
package.json
@@ -14,7 +14,8 @@
14
"playwright:install": "npx playwright install && npx playwright install-deps",
15
"playwright:test": "npx playwright test",
16
"build": "ng build",
17
- "build:stats": "ng build --configuration=production-sourcemaps --stats-json"
+ "build:stats": "ng build --configuration=production-sourcemaps --stats-json",
18
+ "verify": "npm run extract && npm run lint && npm run test && npm run build:stats"
19
},
20
"dependencies": {
21
"@angular/animations": "20.3.7",
0 commit comments