Skip to content

Commit

Permalink
add a package npm script to simplify extension packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Trapfether committed Nov 29, 2023
1 parent 7631ffc commit a274f9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
"_esbuild": "node build.mjs",
"prebuild": "npm run _pre",
"build": "npm run _esbuild -- --minify",
"test": "mocha"
"test": "mocha",
"package": "vsce package"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
Expand Down

0 comments on commit a274f9f

Please sign in to comment.