We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d1d4a commit b80f73bCopy full SHA for b80f73b
package.json
@@ -230,7 +230,7 @@
230
"dev": "cd webview-ui && npm run dev",
231
"test": "jest && npm run test:webview",
232
"test:webview": "cd webview-ui && npm run test",
233
- "test:extension": "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 -- vscode-test",
234
"prepare": "husky",
235
"publish:marketplace": "vsce publish && ovsx publish",
236
"publish": "npm run build && changeset publish && npm install --package-lock-only",
0 commit comments