Skip to content

Commit 9bb4c9e

Browse files
Update package.json
1 parent 933fea2 commit 9bb4c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"typedoc": "^0.28.11"
5050
},
5151
"scripts": {
52-
"test": "npm run test:javascript",
52+
"test": "npm run test:javascript && npm run test:typescript",
5353
"test:javascript": "jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster",
5454
"test:typescript": "tsc --noEmit",
5555
"jshint": "jshint src/rest/** src/base/** src/http/**",

0 commit comments

Comments
 (0)