Fix npm CI error in GitHub Actions

- Remove package-lock.json from gitignore to enable npm ci
- Add package-lock.json for explorer-web app
- Update publish-packages.yml workflow
This commit is contained in:
oib
2026-02-24 17:47:45 +01:00
parent 5c119c79ce
commit 938ced2e27
2 changed files with 978 additions and 1 deletions

1
.gitignore vendored
View File

@@ -52,7 +52,6 @@ build/
.npm/
.pnpm/
yarn.lock
package-lock.json
pnpm-lock.yaml
.next/
.nuxt/