Skip to content

Commit 565b2cd

Browse files
committed
[UPDATE] the packager to save the vsce module to the dev section
1 parent d79cffa commit 565b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/asperheader/package_extension.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
echo "Packaging extension..."
33
echo "Installing vsce locally"
4-
npm install --include=dev vsce
4+
npm install --save-dev vsce
55
STATUS=$?
66
if [ $STATUS -ne 0 ]; then
77
echo "Install step failed, se above for more details."

0 commit comments

Comments
 (0)