Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Feb 4, 2024
1 parent 09e2e4a commit a23d38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"test:js": "cd mbTest && npm run js",
"test:perf": "cd mbTest && npm run perf",
"test:web": "node tasks/mbtest.js web",
"test": "npm run lint && npm run test:cover && npm run test:api && npm run test:cli && npm run test:js"
"test": "npm run lint && npm run test:cover && npm run test:api && npm run test:cli && npm run test:js",
"airplane": "MB_AIRPLANE_MODE=true npm test"
},
"files": [
"bin",
Expand Down

0 comments on commit a23d38b

Please sign in to comment.