Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit b9f2686

Browse files
committed
fix: use npm install instead of npm ci
1 parent 9e539c2 commit b9f2686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: 'npm'
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm install
2323

2424
- name: Build with domstack
2525
run: npm run build

0 commit comments

Comments
 (0)