|
14 | 14 | "build": "babel source --out-dir distribution",
|
15 | 15 | "watch": "npm run build -- --watch",
|
16 | 16 | "commit": "git-cz",
|
17 |
| - "commitmsg": "node distribution/cli.js --edit", |
| 17 | + "commitmsg": "npm run build && node distribution/cli.js --edit", |
18 | 18 | "changelog": "conventional-changelog --preset angular --infile changelog.md --same-file --output-unreleased",
|
19 | 19 | "push": "git push && git push --tags && hub release create \"v$npm_package_version\" --message=\"v$npm_package_version\n$(conventional-changelog -p angular)\" && npm publish",
|
20 |
| - "pretest": "npm run lint", |
| 20 | + "prepretest": "npm run lint", |
| 21 | + "pretest": "npm run deps", |
21 | 22 | "test": "ava",
|
22 | 23 | "lint": "xo *.js",
|
| 24 | + "deps": "npm run build && dependency-check . --missing && dependency-check . --extra --no-dev -i conventional-changelog-angular -i conventional-changelog-lint-config-angular", |
23 | 25 | "commitlint": "node distribution/cli.js --from=HEAD~1",
|
24 | 26 | "preversion": "npm run build && npm test",
|
25 | 27 | "release": "npm version --no-git-tag-version $(conventional-recommended-bump -p angular)",
|
|
96 | 98 | "conventional-changelog-cli": "1.2.0",
|
97 | 99 | "conventional-recommended-bump": "0.3.0",
|
98 | 100 | "cz-conventional-changelog-lint": "0.1.3",
|
| 101 | + "denodeify": "1.2.1", |
| 102 | + "dependency-check": "2.7.0", |
99 | 103 | "execa": "0.6.0",
|
100 | 104 | "path-exists": "3.0.0",
|
101 | 105 | "rimraf": "2.6.1",
|
|
109 | 113 | "conventional-changelog-angular": "1.3.0",
|
110 | 114 | "conventional-changelog-lint-config-angular": "0.4.0",
|
111 | 115 | "conventional-commits-parser": "1.3.0",
|
112 |
| - "denodeify": "1.2.1", |
113 | 116 | "franc": "2.0.0",
|
114 | 117 | "get-stdin": "5.0.1",
|
115 | 118 | "git-raw-commits": "1.1.2",
|
116 | 119 | "git-toplevel": "1.1.1",
|
117 |
| - "globby": "6.1.0", |
118 | 120 | "lodash": "4.17.4",
|
119 | 121 | "meow": "3.7.0",
|
120 | 122 | "mz": "2.6.0",
|
|
0 commit comments