We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d32f0 commit c6701fcCopy full SHA for c6701fc
package.json
@@ -61,7 +61,7 @@
61
},
62
"scripts": {
63
"docs": "jsdoc2md --heading-depth 3 --template tools/README.hbs --plugin dmd-clear --files lib/bson.js lib/extended_json.js > README.md",
64
- "test": "npm run-script test-node && npm run-script test-browser",
+ "test": "npm run-script lint && npm run-script test-node && npm run-script test-browser",
65
"test-node": "mocha ./test/node",
66
"test-browser": "npm run-script build && karma start",
67
"build": "rollup -c",
0 commit comments