Skip to content

Commit 6b0968d

Browse files
committed
build: fix build scripts
1 parent 93ea0d4 commit 6b0968d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vscode-extension/build/init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/bash
22

3+
CWD=$(pwd)
34
cd $(dirname "$0")
45
cd ..
56

67
mkdir -p packages
78
rm packages/*.vsix
9+
10+
cd $CWD

0 commit comments

Comments
 (0)