Skip to content

Commit 5a39110

Browse files
authored
fix: add support for native spectral
1 parent b2b8609 commit 5a39110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"format-check": "npx prettier . --check",
88
"lint-js": "npx eslint **/*.js",
99
"gen-ipa-docs": "node tools/spectral/ipa/scripts/generateRulesetReadme.js",
10+
"spectral-validation": "spectral lint ./openapi/v2.yaml --ruleset=./tools/spectral/.spectral.yaml",
1011
"ipa-validation": "spectral lint ./openapi/v2.yaml --ruleset=./tools/spectral/ipa/ipa-spectral.yaml",
1112
"test": "jest",
1213
"precommit": "husky install"

0 commit comments

Comments
 (0)