Skip to content

Commit ec61362

Browse files
committed
test(browser): always build dist bundles for browser testing
1 parent 5d5b3d2 commit ec61362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"docs": "jsdoc2md --heading-depth 3 --template tools/README.hbs --plugin dmd-clear --files lib/bson.js lib/extended_json.js > README.md",
6464
"test": "npm run-script test-node && npm run-script test-browser",
6565
"test-node": "mocha ./test/node",
66-
"test-browser": "karma start",
66+
"test-browser": "npm run-script build && karma start",
6767
"build": "rollup -c",
6868
"lint": "eslint lib test",
6969
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",

0 commit comments

Comments
 (0)