mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix Cannot find module @rollup/rollup-linux-x64-gnu error (#736)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -84,6 +84,13 @@ jobs:
|
||||
# upload paths were relative to the workspace root.
|
||||
# Example: if uploaded `packages/cli/dist`, it will be at `./packages/cli/dist`.
|
||||
|
||||
- name: Clean node_modules and lockfile
|
||||
run: |
|
||||
rm -rf node_modules package-lock.json
|
||||
|
||||
- name: Reinstall dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Install dependencies for testing
|
||||
run: npm ci # Install fresh dependencies using the downloaded package-lock.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user