Update npm_publish.yml

This commit is contained in:
anghunk
2026-01-31 12:07:31 +08:00
parent cdaecab7ae
commit 52781a3ca4

View File

@@ -54,7 +54,7 @@ jobs:
- name: Install dependencies
if: steps.decision.outputs.should_publish == 'true'
working-directory: docs/widget
run: npm ci
run: npm install
- name: Build widget
if: steps.decision.outputs.should_publish == 'true'