Skip to content

Commit c6701fc

Browse files
committed
chore: add lint step to test function
1 parent 59d32f0 commit c6701fc

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
@@ -61,7 +61,7 @@
6161
},
6262
"scripts": {
6363
"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",
64+
"test": "npm run-script lint && npm run-script test-node && npm run-script test-browser",
6565
"test-node": "mocha ./test/node",
6666
"test-browser": "npm run-script build && karma start",
6767
"build": "rollup -c",

0 commit comments

Comments
 (0)