Skip to content

Commit 739fc7e

Browse files
committed
💚 install typescript before test
1 parent c362a4c commit 739fc7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"email": "support@leancloud.rocks"
5252
},
5353
"scripts": {
54-
"test": "npm install --no-save leancloud-storage@3 && npm-run-all test-tsd test-express test-koa1 test-koa2",
54+
"test": "npm install --no-save leancloud-storage@3 typescript@2 && npm-run-all test-tsd test-express test-koa1 test-koa2",
5555
"test-express": "mocha test test/express",
5656
"test-tsd": "tsc leanengine.d.ts",
5757
"test-koa1": "npm install --no-save leancloud-storage@3 koa@1 koa-bodyparser@2 && env FRAMEWORK=koa KOA_VER=1 mocha test test/koa",

0 commit comments

Comments
 (0)