mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
chore: fix lint errors for shell scripts and yaml files
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Build the packages first
|
||||
npm run build:packages
|
||||
|
||||
# Pack CLI package
|
||||
cd packages/cli && npm pack && cd ../../
|
||||
|
||||
# Pack Core package
|
||||
cd packages/core && npm pack && cd ../../
|
||||
|
||||
# Move the tgz files to root directory using absolute paths
|
||||
cp packages/cli/*.tgz ./
|
||||
cp packages/core/*.tgz ./
|
||||
|
||||
# Remove the original files from package directories
|
||||
rm packages/cli/*.tgz
|
||||
rm packages/core/*.tgz
|
||||
|
||||
echo "Packages created successfully:"
|
||||
ls -la *.tgz
|
||||
Reference in New Issue
Block a user