build(web-ui): commit lock file (#5083)

This commit is contained in:
David Lane
2026-05-08 00:06:15 -04:00
committed by GitHub
parent 888a6bb0cb
commit c6988fd7d2
5 changed files with 3039 additions and 16 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- name: Install npm dependencies
run: npm install --ignore-scripts
run: npm ci --ignore-scripts
- name: Debug install
if: always()
+1 -13
View File
@@ -44,18 +44,6 @@ jobs:
with:
submodules: recursive
- name: Setup node
id: node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install npm dependencies
run: npm install --ignore-scripts --package-lock-only
- name: Debug package-lock.json
run: cat package-lock.json
- name: Setup python
id: python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -209,9 +197,9 @@ jobs:
mkdir -p flathub/modules
cp "./build/generated-sources.json" "./flathub/"
cp "./build/glad-dependencies.json" "./flathub/"
cp "./build/package-lock.json" "./flathub/"
cp "./build/${APP_ID}.yml" "./flathub/"
cp "./build/${APP_ID}.metainfo.xml" "./flathub/"
cp "./package-lock.json" "./flathub/"
cp "./packaging/linux/flatpak/README.md" "./flathub/"
cp "./packaging/linux/flatpak/flathub.json" "./flathub/"
cp -r "./packaging/linux/flatpak/modules/." "./flathub/modules/"