aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-05 18:41:47 +0300
committerValentin Popov <valentin@popov.link>2026-02-05 18:41:47 +0300
commit60310f5b9de216a67b212d37417b9f7da1814302 (patch)
treea0c52fef769330cc5ef0852ea6c3eecfa44a1351 /.gitea/workflows
parentee32dedf61e2d2ab6704fd40eec2a9e436f2114f (diff)
downloadstrapi-plugin-checkbox-list-60310f5b9de216a67b212d37417b9f7da1814302.tar.xz
strapi-plugin-checkbox-list-60310f5b9de216a67b212d37417b9f7da1814302.zip
Update Gitea workflow to use npm install instead of npm ci for dependency installation
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml
index 5c66a4f..a68420a 100644
--- a/.gitea/workflows/test.yml
+++ b/.gitea/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
package-lock.json
playground/package-lock.json
- name: Install root deps
- run: npm ci
+ run: npm install
- name: Build plugin
run: npm run build
- name: Pack plugin into playground .yalc