Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@
"scripts": {
"vscode:prepublish": "pnpm build",
"release": "tsx ./scripts/release.mts && git update-ref refs/heads/release refs/heads/main && git push origin release",
"build": "tsup --minify --clean",
"build": "tsdown --minify --clean",
"package": "vsce package --no-dependencies",
"dev": "EXTENSION_NODE_ENV=dev tsup --watch --sourcemap",
"dev": "EXTENSION_NODE_ENV=dev tsdown --watch --sourcemap",
"test": "vscode-test",
"test:watch": "vscode-test --watch-files src/**/*.ts --watch-files test/**/*.test.ts",
"test-e2e": "vitest --root test-e2e",
Expand Down Expand Up @@ -288,7 +288,7 @@
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"semver": "^7.3.5",
"tsup": "^8.0.1",
"tsdown": "^0.12.0",
"tsx": "^4.7.1",
"typescript": "^5.6.2",
"vitest": "^2.1.2",
Expand Down
Loading
Loading