Revert "Try to fix npm error"

This reverts commit 80e4157c92ffb6628f94cabc62b756ac45f46dd0.
This commit is contained in:
Jaifroid 2025-06-18 06:50:52 +01:00
parent 80e4157c92
commit 2aa6bbf585

View File

@ -48,12 +48,12 @@ jobs:
- name: Build app with src bundle
if: github.event.inputs.target == 'ghpages' || github.event_name == 'push'
run: |
npm install
npm ci
npm run build-src
- name: Build app with production bundle (src bundle also provided)
if: github.event.inputs.target == 'docker' || github.event_name == 'release'
run: |
npm install
npm ci
npm run build
echo "After deployment the production app will be available at https://pwa.kiwix.org"
- name: Build docker image and push