We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d47e64 commit c4882a8Copy full SHA for c4882a8
package.json
@@ -23,7 +23,7 @@
23
"release:npm": "npm run build:lib && npm publish dist/angular-calendar",
24
"release": "npm run release:git && npm run release:npm",
25
"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"
+ "gh-pages": "npm run build:clean && npm run build:demos && npm run compodoc && ngh --dir=dist/demos --no-silent && npm run build:clean"
27
},
28
"config": {
29
"commitizen": {
0 commit comments