clean up
This commit is contained in:
parent
27d26b328b
commit
462583fac2
@ -7,15 +7,11 @@ set -e
|
|||||||
# Prepare staging for SDK extra files
|
# Prepare staging for SDK extra files
|
||||||
echo "Preparing dist-staging..."
|
echo "Preparing dist-staging..."
|
||||||
rm -rf dist-staging/devtools/debugger-protocol
|
rm -rf dist-staging/devtools/debugger-protocol
|
||||||
rm -rf dist-staging/devtools/typescript-sdk
|
|
||||||
|
|
||||||
mkdir -p dist-staging/devtools/debugger-protocol
|
mkdir -p dist-staging/devtools/debugger-protocol
|
||||||
mkdir -p dist-staging/devtools/typescript-sdk
|
|
||||||
|
|
||||||
cp devtools/debugger-protocol/protocol.json dist-staging/devtools/debugger-protocol/
|
cp devtools/debugger-protocol/protocol.json dist-staging/devtools/debugger-protocol/
|
||||||
cp -R devtools/typescript-sdk dist-staging/devtools
|
|
||||||
cp VERSION.txt dist-staging/devtools/debugger-protocol/VERSION.txt
|
cp VERSION.txt dist-staging/devtools/debugger-protocol/VERSION.txt
|
||||||
cp VERSION.txt dist-staging/devtools/typescript-sdk/VERSION.txt
|
|
||||||
|
|
||||||
# Clean and prepare the version-specific directory
|
# Clean and prepare the version-specific directory
|
||||||
echo "Cleaning dist-staging/stable..."
|
echo "Cleaning dist-staging/stable..."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user