Skip to content

Commit

Permalink
Final build fix and script
Browse files Browse the repository at this point in the history
  • Loading branch information
redking00 committed Dec 19, 2024
1 parent a23f8a3 commit 50324a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Visual Studio Code plugin for Deno lsp support on notebooks (+ NBTS serializer + DenoNBTS kernel)",
"author": "redking00 & Deno Land Inc.",
"license": "MIT",
"version": "1.0.20",
"version": "1.0.21",
"icon": "deno.png",
"galleryBanner": {
"color": "#3B3738",
Expand Down Expand Up @@ -871,7 +871,8 @@
]
},
"scripts": {
"vscode:prepublish": "npm i && npm run esbuild-plugin && npm i && npm run plugin-copy && npm run esbuild-base",
"build-vsix": "vsce package --follow-symlinks",
"vscode:prepublish": "npm i && npm run esbuild-plugin && npm i && npm run esbuild-base",
"esbuild-base": "esbuild ./client/src/extension.ts --bundle --outfile=client/dist/main.js --external:vscode --external:zeromq --format=cjs --platform=node",
"esbuild-plugin": "esbuild ./typescript-deno-plugin/src/index.ts --bundle --outfile=typescript-deno-plugin/dist/index.js --external:vscode --format=cjs --platform=node",
"esbuild": "npm run esbuild-plugin -- --sourcemap && npm run plugin-copy && npm run esbuild-base -- --sourcemap",
Expand Down

0 comments on commit 50324a2

Please sign in to comment.