Skip to content

Commit 4fc3da5

Browse files
committed
Test install node's babel* devDependencies.
1 parent d2cf253 commit 4fc3da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################################################################
55

66
# The version of Swaggy C
7-
SWAGGY_C_VERSION = 4.10.0
7+
SWAGGY_C_VERSION = 4.10.1-pre.0
88

99
# The version of OpenAPI Generator (https://openapi-generator.tech/) used for generating the API clients
1010
OPENAPI_GENERATOR_VERSION = 7.12.0
@@ -165,7 +165,7 @@ generate-primary:
165165
build-javascript:
166166
npm install -g babel-cli
167167
cd clients/javascript/generated/ && \
168-
npm install && \
168+
npm install --dev && \
169169
npm link && \
170170
npm run build
171171
cd test/javascript/ && \

0 commit comments

Comments
 (0)