We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c362a4c commit 739fc7eCopy full SHA for 739fc7e
1 file changed
package.json
@@ -51,7 +51,7 @@
51
"email": "support@leancloud.rocks"
52
},
53
"scripts": {
54
- "test": "npm install --no-save leancloud-storage@3 && npm-run-all test-tsd test-express test-koa1 test-koa2",
+ "test": "npm install --no-save leancloud-storage@3 typescript@2 && npm-run-all test-tsd test-express test-koa1 test-koa2",
55
"test-express": "mocha test test/express",
56
"test-tsd": "tsc leanengine.d.ts",
57
"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