Skip to content

Commit a23d38b

Browse files
committed
Updating versions
1 parent 09e2e4a commit a23d38b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"test:js": "cd mbTest && npm run js",
2828
"test:perf": "cd mbTest && npm run perf",
2929
"test:web": "node tasks/mbtest.js web",
30-
"test": "npm run lint && npm run test:cover && npm run test:api && npm run test:cli && npm run test:js"
30+
"test": "npm run lint && npm run test:cover && npm run test:api && npm run test:cli && npm run test:js",
31+
"airplane": "MB_AIRPLANE_MODE=true npm test"
3132
},
3233
"files": [
3334
"bin",

0 commit comments

Comments
 (0)