Update Gitea workflow to use npm install instead of npm ci for dependency installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user