Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Aug 24, 2023
1 parent 520e629 commit d68ad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"update": "npm update -D && npm i --package-lock --ignore-scripts && npm run prune",
"// -- build -- //": "",
"vscode:prepublish": "npm run prepare",
"build": "esbuild src/extension.ts --bundle --outfile=dist/index.js --external:vscode --format=cjs --platform=node --minify",
"build": "esbuild src/extension.ts --bundle --outfile=dist/index.js --external:vscode --format=cjs --platform=node --minify --legal-comments=none",
"prepare": "npm run clean && npm run build",
"// -- deploy -- //": "",
"package": "vsce package",
Expand Down

0 comments on commit d68ad41

Please sign in to comment.