Skip to content

Commit 2d4620b

Browse files
committed
Test npm link for global module.
1 parent 7b74c4b commit 2d4620b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ test-javascript: build-javascript
196196
npm install validator
197197
cd clients/javascript/generated/ && \
198198
npm install --dev && \
199-
npm run test
199+
npm run test && \
200+
npm link
200201
mocha --timeout 5000 test/javascript/
201202

202203
test-python: build-python

0 commit comments

Comments
 (0)