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

Commit c97d7d2

Browse files
committed
ci: Use npm install instead of npm ci for file dependencies
The project uses @opencode-ai/plugin as a file dependency which requires npm install to work properly in CI environments. 🤖 Generated with OpenCode
1 parent 98b130e commit c97d7d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'npm'
2323

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm install
2626

2727
- name: Type check
2828
run: npm run typecheck

0 commit comments

Comments
 (0)