fix Cannot find module @rollup/rollup-linux-x64-gnu error (#736)
This commit is contained in:
parent
80a445c7ae
commit
7108921691
|
@ -84,6 +84,13 @@ jobs:
|
||||||
# upload paths were relative to the workspace root.
|
# upload paths were relative to the workspace root.
|
||||||
# Example: if uploaded `packages/cli/dist`, it will be at `./packages/cli/dist`.
|
# 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
|
- name: Install dependencies for testing
|
||||||
run: npm ci # Install fresh dependencies using the downloaded package-lock.json
|
run: npm ci # Install fresh dependencies using the downloaded package-lock.json
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue