Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@
"lint": "eslint src",
"test": "node ./out/test/runTest.js",
"test:unit": "pnpm run compile && mocha ./out/test/unit/**/*.test.js",
"package": "vsce package --no-dependencies",
"publish:vsce": "vsce publish",
"package": "pnpm exec vsce package --no-dependencies",
"publish:vsce": "pnpm exec vsce publish --no-dependencies",
"publish:ovsx": "pnpm exec ovsx publish",
"test:visual": "pnpm exec playwright test",
"test:visual:docker": "docker compose run --rm --service-ports playwright sh -c \"pnpm install --store-dir /pnpm-store && pnpm exec playwright test\"",
Expand Down