Skip to content

Commit ff522a4

Browse files
Add --follow-symlinks flag to vsce publish command
Co-authored-by: andyleejordan <[email protected]>
1 parent bb42c6e commit ff522a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"lint": "eslint src test --ext .ts",
107107
"format": "prettier --check '**/*.{ts,json,yml,mjs,code-workspace}'",
108108
"package": "vsce package --out out/ --no-gitHubIssueLinking --follow-symlinks",
109-
"publish": "vsce publish",
109+
"publish": "vsce publish --follow-symlinks",
110110
"pretest": "npm run compile",
111111
"test": "vscode-test"
112112
},

0 commit comments

Comments
 (0)