Skip to content

Commit b80f73b

Browse files
committed
Fix test script
1 parent 85d1d4a commit b80f73b

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
@@ -230,7 +230,7 @@
230230
"dev": "cd webview-ui && npm run dev",
231231
"test": "jest && npm run test:webview",
232232
"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",
233+
"test:integration": "npm run build && npm run compile:integration && npx dotenvx run -f .env.integration -- vscode-test",
234234
"prepare": "husky",
235235
"publish:marketplace": "vsce publish && ovsx publish",
236236
"publish": "npm run build && changeset publish && npm install --package-lock-only",

0 commit comments

Comments
 (0)