We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ab34b commit 3da0034Copy full SHA for 3da0034
1 file changed
extensions/ql-vscode/package.json
@@ -1272,7 +1272,7 @@
1272
"test": "npm-run-all -p test:*",
1273
"test:unit": "jest --projects test",
1274
"test:view": "jest --projects src/view",
1275
- "integration": "npm-run-all -p integration:*",
+ "integration": "npm-run-all integration:*",
1276
"integration:no-workspace": "jest --projects out/vscode-tests/no-workspace",
1277
"integration:minimal-workspace": "node ./out/vscode-tests/run-integration-tests.js minimal-workspace",
1278
"cli-integration": "node ./out/vscode-tests/run-integration-tests.js cli-integration",
0 commit comments