Skip to content

Commit a38593a

Browse files
Refactor OAS file and make rules for OAS file
1 parent cfcf340 commit a38593a

25 files changed

+6297
-4597
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@
9898
"source=${localEnv:HOME}/.gnupg,target=/home/vscode/.gnupg,type=bind,consistency=cached"
9999
],
100100
"name": "Ubuntu",
101-
"postCreateCommand": "pipx install pre-commit && make config && echo 'export GPG_TTY=$TTY' | cat - ~/.zshrc > temp && mv temp ~/.zshrc"
101+
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh"
102102
}

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ clean:: # Clean-up project resources (main) @Operations
2929
serve:
3030
npm run serve
3131

32+
33+
lint-oas:
34+
npm run lint-oas
35+
36+
publish-oas:
37+
npm run publish-oas
38+
39+
serve-oas:
40+
npm run serve-oas
41+
42+
bundle-oas:
43+
npm run bundle-oas
44+
3245
serve-swagger:
3346
npm run serve-swagger-docs
3447

0 commit comments

Comments
 (0)