Skip to content

Commit c4882a8

Browse files
committed
build: run ngh in verbose mode
1 parent 9d47e64 commit c4882a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"release:npm": "npm run build:lib && npm publish dist/angular-calendar",
2424
"release": "npm run release:git && npm run release:npm",
2525
"postrelease": "npm run gh-pages",
26-
"gh-pages": "npm run build:clean && npm run build:demos && npm run compodoc && ngh --dir=dist/demos && npm run build:clean"
26+
"gh-pages": "npm run build:clean && npm run build:demos && npm run compodoc && ngh --dir=dist/demos --no-silent && npm run build:clean"
2727
},
2828
"config": {
2929
"commitizen": {

0 commit comments

Comments
 (0)