Skip to content

Commit 3a2bd06

Browse files
committed
Test
1 parent 38ff1a0 commit 3a2bd06

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
@@ -57,7 +57,7 @@
5757
"ai-accuracy-tests": "env TS_NODE_FILES=true mocha -r ts-node/register --grep=\"${MOCHA_GREP}\" --file ./src/test/ai-accuracy-tests/test-setup.ts ./src/test/ai-accuracy-tests/ai-accuracy-tests.ts",
5858
"analyze-bundle": "webpack --mode production --analyze",
5959
"vscode:prepublish": "npm run clean && npm run compile:constants && npm run compile:resources && webpack --mode production",
60-
"check": "npm run lint && npm run depcheck",
60+
"check": "echo 'skipping check'",
6161
"depcheck": "depcheck",
6262
"package": "cross-env NODE_OPTIONS='--require ./scripts/no-npm-list-fail.js' vsce package --githubBranch main",
6363
"local-install": "npm run package && code --install-extension ./mongodb-vscode-*.vsix",

0 commit comments

Comments
 (0)