Skip to content

Commit 58aeab6

Browse files
committed
upgrade redocly and spectral
1 parent f88cce6 commit 58aeab6

File tree

4 files changed

+1603
-1066
lines changed

4 files changed

+1603
-1066
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ npm run audit-prod
55
npm run test:unit
66
npm run test:system
77
npm run build
8+
npm run build-api-docs

.ncurc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
22
"upgrade": false,
3-
"reject": ["@types/node", "got", "ava", "@ava/typescript", "eslint"]
3+
"reject": [
4+
"@types/node",
5+
"got",
6+
"ava",
7+
"@ava/typescript",
8+
"eslint",
9+
"@opensearch-project/opensearch"
10+
]
411
}

0 commit comments

Comments
 (0)