File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 74
74
node-version-file : package.json
75
75
cache : " npm"
76
76
- name : Install dependencies & build
77
- run : npm ci --omit=dev --include=@modelcontextprotocol/inspector
78
- - run : npm run inspect -- --cli --method tools/list --connectionString "mongodb://localhost"
77
+ run : npm ci
78
+ - name : Remove dev dependencies
79
+ run : |
80
+ rm -rf node_modules
81
+ npm pkg set scripts.prepare="exit 0"
82
+ npm install --omit=dev
83
+ - run : npx -y @modelcontextprotocol/inspector --cli --method tools/list -- node dist/index.js --connectionString "mongodb://localhost"
79
84
80
85
coverage :
81
86
name : Report Coverage
Original file line number Diff line number Diff line change 8
8
"strict" : true ,
9
9
"strictNullChecks" : true ,
10
10
"esModuleInterop" : true ,
11
- "types" : [" node" , " jest " ],
11
+ "types" : [" node" ],
12
12
"sourceMap" : true ,
13
13
"skipLibCheck" : true ,
14
14
"resolveJsonModule" : true ,
You can’t perform that action at this time.
0 commit comments