Skip to content

Commit db9bf44

Browse files
author
Sophia Marie Terry
committed
Move package logic into ipa
1 parent a34a9ff commit db9bf44

File tree

6 files changed

+198
-134
lines changed

6 files changed

+198
-134
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
/tools/postman/openapi
1616
/tools/postman/node_modules
17-
/tools/spectral/node_modules
1817
/node_modules
1918

2019
# Tool generated files

package-lock.json

Lines changed: 197 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"format-check": "npx prettier . --check",
88
"lint-js": "npx eslint .",
99
"gen-ipa-docs": "node tools/spectral/ipa/scripts/generateRulesetReadme.js",
10-
"gen-ipa-changelog": "cd tools/spectral && npm run gen-ipa-changelog",
10+
"gen-ipa-changelog": "cd tools/spectral/ipa && conventional-changelog -p angular -i CHANGELOG.md -s",
1111
"ipa-validation": "spectral lint ./openapi/.raw/v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml",
1212
"ipa-filter-violations": "node tools/spectral/ipa/scripts/filter-ipa-violations.js",
1313
"spectral-validation": "spectral lint ./openapi/.raw/v2.yaml --ruleset=./tools/spectral/.spectral.yaml",

0 commit comments

Comments
 (0)