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 5d5b3d2 commit ec61362Copy full SHA for ec61362
package.json
@@ -63,7 +63,7 @@
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",
65
"test-node": "mocha ./test/node",
66
- "test-browser": "karma start",
+ "test-browser": "npm run-script build && karma start",
67
"build": "rollup -c",
68
"lint": "eslint lib test",
69
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
0 commit comments