Skip to content

Commit

Permalink
Update vsce to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr232 committed Sep 4, 2024
1 parent 0351441 commit 3bf526f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/bun": "latest",
"@vscode/vsce": "^2.23.0",
"@vscode/vsce": "^3.0.0",
"esbuild": "^0.20.0",
"esbuild-plugin-copy": "^2.1.1",
"@rollup/plugin-wasm": "^6.2.2",
Expand All @@ -30,7 +30,9 @@
"build": "bun run ./scripts/build-with-esbuild.ts",
"watch": "bun run ./scripts/watch-with-esbuild.ts",
"vsce-package": "bun run vsce package",
"vsce-publish": "bun run vsce publish",
"package": "bun run build && bun run vsce-package",
"publish": "bun run package && bun run vsce-publish",
"clean": "rm -r ./dist",
"web": "bun run --cwd ./src/frontend/ vite"
},
Expand Down

0 comments on commit 3bf526f

Please sign in to comment.