Skip to content

Commit 75b1cca

Browse files
sdk
1 parent 11d5d23 commit 75b1cca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"build": "npm run generate",
4646
"generate": "npm run generate:ts && npm run generate:python",
4747
"generate-dependencies": "npm run generate-dependencies --workspaces --if-present",
48-
"generate:python": "docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate -i /local/specification/api/notify-supplier.yml -g python -o /local/sdk/python --skip-validate-spec",
49-
"generate:ts": "docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate -i /local/specification/api/notify-supplier.yml -g typescript -o /local/sdk/typescript --skip-validate-spec",
48+
"generate:python": "docker run --rm --user 1000 -v ${PWD}:/local openapitools/openapi-generator-cli generate -i /local/specification/api/notify-supplier.yml -g python -o /local/sdk/python --skip-validate-spec",
49+
"generate:ts": "docker run --rm --user 1000 -v ${PWD}:/local openapitools/openapi-generator-cli generate -i /local/specification/api/notify-supplier.yml -g typescript -o /local/sdk/typescript --skip-validate-spec",
5050
"lint": "npm run lint --workspaces",
5151
"lint:fix": "npm run lint:fix --workspaces",
5252
"start": "npm run start --workspace frontend",

scripts/config/vale/vale.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Vocab = words
66

77
[*.md]
88
BasedOnStyles = Vale
9+
10+
[sdk/**/*.md]
11+
BasedOnStyles =

0 commit comments

Comments
 (0)