We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a380d commit 1eed220Copy full SHA for 1eed220
vscode/asperheader/package_extension.sh
@@ -25,6 +25,10 @@ echo "Copying the images and demos from the root of the repository to the vscode
25
cp -rvf ../../images/* ./images
26
echo "Removing the existing dist folder..."
27
rm -rvf ./dist
28
+echo "Removing the existing out folder..."
29
+rm -rvf ./out
30
+echo "Removing the .vscode-test folder..."
31
+rm -rvf ./.vscode-test
32
echo "Running pre-publishing commands..."
33
npm run package
34
STATUS=$?
0 commit comments