Skip to content

Commit c881432

Browse files
committed
Fix cross-platform Rollup dependencies and improve CI robustness
1 parent b526e22 commit c881432

File tree

2 files changed

+1
-190
lines changed

2 files changed

+1
-190
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm ci || npm install
2929

3030
- name: Build
3131
run: npm run build

package-lock.json

Lines changed: 0 additions & 189 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)