#295 stop build on check header failure

This commit is contained in:
Mario Romano
2016-06-29 11:55:50 +01:00
parent 912f8554de
commit e746b07370
9 changed files with 24 additions and 8 deletions

View File

@@ -38,6 +38,7 @@
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12",
"license-check": "1.1.5",
"rimraf": "2.5.2",
"material-design-icons": "2.2.3",
@@ -57,6 +58,21 @@
"angular2",
"typescript"
],
"license-check-config": {
"src": [
"**/*.js",
"**/*.ts",
"!/**/coverage/**/*",
"!/**/demo/**/*",
"!/**/node_modules/**/*",
"!/**/typings/**/*",
"!*.js"
],
"path": "assets/license_header.txt",
"blocking": true,
"logInfo": false,
"logError": true
},
"publishConfig": {
"registry": "http://devproducts.alfresco.me:4873/"
}

View File

@@ -103,7 +103,7 @@
"!*.js"
],
"path": "assets/license_header.txt",
"blocking": false,
"blocking": true,
"logInfo": false,
"logError": true
},