Skip to content

Commit 1eed220

Browse files
committed
[UPDATE] the packager to properly clean cache test to try and avoid warm extension start mode.
1 parent 75a380d commit 1eed220

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vscode/asperheader/package_extension.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ echo "Copying the images and demos from the root of the repository to the vscode
2525
cp -rvf ../../images/* ./images
2626
echo "Removing the existing dist folder..."
2727
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
2832
echo "Running pre-publishing commands..."
2933
npm run package
3034
STATUS=$?

0 commit comments

Comments
 (0)