Skip to content

Commit 4bd1a55

Browse files
authored
Update package.json
1 parent 5cebb24 commit 4bd1a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
}
664664
},
665665
"scripts": {
666-
"package": "vsce package --out $(Build.ArtifactStagingDirectory)/vscode-edge-devtools.vsix",
666+
"package": "vsce package -o vscode-edge-devtools.vsix",
667667
"vscode:prepublish": "npm run build && npm run lint",
668668
"build": "webpack",
669669
"build-debug": "npm run build -- --mode development --env debug",
@@ -716,3 +716,4 @@
716716
}
717717
}
718718

719+

0 commit comments

Comments
 (0)