We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cf253 commit 4fc3da5Copy full SHA for 4fc3da5
Makefile
@@ -4,7 +4,7 @@
4
################################################################
5
6
# The version of Swaggy C
7
-SWAGGY_C_VERSION = 4.10.0
+SWAGGY_C_VERSION = 4.10.1-pre.0
8
9
# The version of OpenAPI Generator (https://openapi-generator.tech/) used for generating the API clients
10
OPENAPI_GENERATOR_VERSION = 7.12.0
@@ -165,7 +165,7 @@ generate-primary:
165
build-javascript:
166
npm install -g babel-cli
167
cd clients/javascript/generated/ && \
168
- npm install && \
+ npm install --dev && \
169
npm link && \
170
npm run build
171
cd test/javascript/ && \
0 commit comments