Skip to content

Commit

Permalink
Package extension with --no-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli committed Mar 7, 2022
1 parent ff07978 commit b1d015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -164,7 +164,7 @@
"test": "node ./out/test/runTest.js",
"report-coverage": "nyc report --reporter=html",
"clean": "rimraf out",
"package": "vsce package"
"package": "vsce package --no-dependencies"
},
"devDependencies": {
"@types/chai": "^4.2.22",
Expand Down

0 comments on commit b1d015d

Please sign in to comment.