We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79cffa commit 565b2cdCopy full SHA for 565b2cd
vscode/asperheader/package_extension.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
echo "Packaging extension..."
3
echo "Installing vsce locally"
4
-npm install --include=dev vsce
+npm install --save-dev vsce
5
STATUS=$?
6
if [ $STATUS -ne 0 ]; then
7
echo "Install step failed, se above for more details."
0 commit comments