Skip to content

Commit c182e12

Browse files
committed
fix for npm test
1 parent 14c3d30 commit c182e12

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
@@ -33,7 +33,7 @@
3333
"test": "test"
3434
},
3535
"scripts": {
36-
"test": "MONGOOSE_TREE_SHORTID=1 ./node_modules/.bin/mocha\nMONGOOSE_TREE_SHORTID=0 ./node_modules/.bin/mocha"
36+
"test": "MONGOOSE_TREE_SHORTID=1 ./node_modules/.bin/mocha && MONGOOSE_TREE_SHORTID=0 ./node_modules/.bin/mocha"
3737
},
3838
"keywords": [
3939
"mongoose",

0 commit comments

Comments
 (0)