Skip to content

Commit 7b74c4b

Browse files
committed
Enforce devDependencies install prior to npm run test.
1 parent 4fc3da5 commit 7b74c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ test-javascript: build-javascript
195195
npm install -g mocha
196196
npm install validator
197197
cd clients/javascript/generated/ && \
198+
npm install --dev && \
198199
npm run test
199200
mocha --timeout 5000 test/javascript/
200201

0 commit comments

Comments
 (0)