Skip to content

Commit 91964f6

Browse files
committed
feat(app): add verify script
1 parent c34da7e commit 91964f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"playwright:install": "npx playwright install && npx playwright install-deps",
1515
"playwright:test": "npx playwright test",
1616
"build": "ng build",
17-
"build:stats": "ng build --configuration=production-sourcemaps --stats-json"
17+
"build:stats": "ng build --configuration=production-sourcemaps --stats-json",
18+
"verify": "npm run extract && npm run lint && npm run test && npm run build:stats"
1819
},
1920
"dependencies": {
2021
"@angular/animations": "20.3.7",

0 commit comments

Comments
 (0)