Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit c222309

Browse files
authored
bug: Fix "unknown --rest option" (#149)
* chore: Update mongodb-tools to latest Trying to debug #148 * chore: Add DEBUG to figure out appveyor fail
1 parent c19ece8 commit c222309

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ version: "{build}"
1212

1313
# what combinations to test
1414
environment:
15+
global:
16+
DEBUG: '*'
1517
matrix:
1618
- nodejs_version: 10.2.1
1719

@@ -20,7 +22,7 @@ install:
2022
- ps: Install-Product node $env:nodejs_version
2123
- npm install
2224

23-
build: off
25+
build: 'off'
2426

2527
test_script:
2628
# Output useful info for debugging.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"mkdirp": "^0.5.1",
5353
"mongodb": "^3.1.9",
5454
"mongodb-dbpath": "^0.0.1",
55-
"mongodb-tools": "mongodb-js/mongodb-tools#b461a4c41cdf92e0c80402b2893b3b11c0ed616c",
55+
"mongodb-tools": "github:mongodb-js/mongodb-tools#8da4724189dfdf7b0d02d87db14b7ce94adf6342",
5656
"mongodb-version-manager": "^1.3.1",
5757
"untildify": "^3.0.0",
5858
"which": "^1.2.4"

0 commit comments

Comments
 (0)