mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
# remove npm install/build artifacts
|
|
rm -rf node_modules
|
|
npm run clean --workspaces
|