|
|
@@ -278,12 +278,11 @@
|
|
|
"dev": "cd webview-ui && npm run dev",
|
|
|
"test": "jest && npm run test:webview",
|
|
|
"test:webview": "cd webview-ui && npm run test",
|
|
|
- "test:integration": "npm run build && npm run compile:integration && npx dotenvx run -f .env.integration -- vscode-test",
|
|
|
+ "test:integration": "npm run build && npm run compile:integration && npx dotenvx run -f .env.integration -- node ./out-integration/test/runTest.js",
|
|
|
"prepare": "husky",
|
|
|
"publish:marketplace": "vsce publish && ovsx publish",
|
|
|
"publish": "npm run build && changeset publish && npm install --package-lock-only",
|
|
|
"version-packages": "changeset version && npm install --package-lock-only",
|
|
|
- "e2e:test": "npm run build && tsc -p tsconfig.e2e.json && npx dotenvx run -f .env.e2e -- node ./out-e2e/test/runTest.js",
|
|
|
"vscode:prepublish": "npm run package",
|
|
|
"vsix": "rimraf bin && mkdirp bin && npx vsce package --out bin",
|
|
|
"watch": "npm-run-all -p watch:*",
|