We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa2bd0 commit 4e5eb2cCopy full SHA for 4e5eb2c
.gitignore
@@ -0,0 +1 @@
1
+_build
package.json
@@ -1,7 +1,9 @@
{
2
"name": "swagger-bundle",
3
"version": "1.0.0",
4
- "scripts": {},
+ "scripts": {
5
+ "build": "npx swagger-cli bundle src/openapi.yaml --outfile _build/openapi.yaml --type yaml"
6
+ },
7
"author": {
8
"email": "mahdifarajideveloper@gmail.com",
9
"name": "Mehdi Faraji",
0 commit comments