Compare commits

...
Author SHA1 Message Date
Ara 89eae29588 Fix spacing in vsce package command 2026-02-19 11:18:04 -08:00
Ara bb7bd2c549 Update vsce package command in publish.yml
Removed the '--no-dependencies' flag from vsce package command.
2026-02-19 11:17:46 -08:00
Arafatkatze ecdb1e7b3e fix(release-eng): disable vsce dependency tree checks during packaging 2026-02-19 11:13:27 -08:00
+3
View File
@@ -334,11 +334,14 @@ class NightlyPublisher {
log.info("Packaging extension")
// The extension is bundled and node_modules is ignored by .vscodeignore.
// Skip npm dependency tree validation to avoid optional workspace false-positives.
const args = [
"package",
"--pre-release",
"--no-update-package-json",
"--no-git-tag-version",
"--no-dependencies",
"--allow-package-secrets",
"sendgrid",
"--out",