Skip to content

Commit c4f8624

Browse files
committed
chore: verbose build
1 parent ed4fc7a commit c4f8624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build",
7+
"build": "ng build --verbose",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
1010
"postinstall": "cd .. && npm i"
@@ -43,4 +43,4 @@
4343
"karma-jasmine-html-reporter": "~2.1.0",
4444
"typescript": "~5.4.5"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)