|
34 | 34 | "build:sync": "ng build sync && gulp replaceVersion && cd dist/portinari-sync && npm pack", |
35 | 35 | "build": "npm run build:ui && npm run build:templates && npm run build:storage && npm run build:sync && npm run build:code-editor", |
36 | 36 | "build:lite": "ng build ui && ng build storage && ng build sync && ng build templates && ng build code-editor", |
| 37 | + "release": "standard-version", |
37 | 38 | "sonarqube": "gulp sonarqube" |
38 | 39 | }, |
39 | 40 | "private": true, |
|
64 | 65 | "@angular/cli": "~8.0.1", |
65 | 66 | "@angular/compiler-cli": "~8.0.0", |
66 | 67 | "@angular/language-service": "~8.0.0", |
| 68 | + "@commitlint/cli": "^8.0.0", |
| 69 | + "@commitlint/config-angular": "^8.0.0", |
67 | 70 | "@portinari/tslint": "1.0.0", |
68 | 71 | "@types/jasmine": "~3.3.8", |
69 | 72 | "@types/jasminewd2": "~2.0.3", |
70 | | - "@types/node": "~8.9.4", |
71 | 73 | "@types/localforage": "0.0.34", |
| 74 | + "@types/node": "~8.9.4", |
72 | 75 | "@types/systemjs": "^0.20.6", |
| 76 | + "codelyzer": "^5.0.0", |
73 | 77 | "del": "^3.0.0", |
| 78 | + "gulp": "^4.0.2", |
74 | 79 | "gulp-run": "^1.7.1", |
| 80 | + "husky": "^3.0.0", |
75 | 81 | "jasmine": "^3.3.1", |
76 | | - "typemoq": "^2.1.0", |
77 | | - "codelyzer": "^5.0.0", |
78 | | - "gulp": "^4.0.2", |
79 | 82 | "jasmine-core": "~3.4.0", |
80 | 83 | "jasmine-spec-reporter": "~4.2.1", |
81 | 84 | "karma": "~4.1.0", |
|
86 | 89 | "ng-packagr": "^5.1.0", |
87 | 90 | "protractor": "~5.4.0", |
88 | 91 | "sonarqube-scanner": "^2.4.1", |
| 92 | + "standard-version": "^6.0.1", |
89 | 93 | "ts-node": "~7.0.0", |
90 | 94 | "tsickle": "^0.35.0", |
91 | 95 | "tslint": "~5.15.0", |
| 96 | + "typemoq": "^2.1.0", |
92 | 97 | "typescript": "~3.4.3" |
| 98 | + }, |
| 99 | + "husky": { |
| 100 | + "hooks": { |
| 101 | + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
| 102 | + } |
| 103 | + }, |
| 104 | + "standard-version": { |
| 105 | + "skip": { |
| 106 | + "commit": true, |
| 107 | + "tag": true |
| 108 | + } |
93 | 109 | } |
94 | 110 | } |
0 commit comments