chore: remove useless files (#405)

This commit is contained in:
tecvan
2025-07-31 17:40:27 +08:00
committed by GitHub
parent f4e55f59b8
commit 603c9b8a38
4 changed files with 0 additions and 181 deletions

View File

@@ -1,24 +0,0 @@
#!/usr/bin/env bash
set -ex
# Switch cwd to the project folder
cd $(dirname "$0")
# Import the utilities functions
source ../../scripts/scm_base.sh
# Clean up the build directory
rm -rf dist
rm -rf "${ROOT_DIR}"/output
# Prepare
prepare_environment
# Install the dependencies
install_project_deps
build_project
mkdir -p ${ROOT_DIR}/output
cp -r ./dist/* ${ROOT_DIR}/output/