mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 11:28:21 -04:00
Revert "Try to fix npm error"
This reverts commit 80e4157c92ffb6628f94cabc62b756ac45f46dd0.
This commit is contained in:
parent
80e4157c92
commit
2aa6bbf585
4
.github/workflows/publish-docker.yaml
vendored
4
.github/workflows/publish-docker.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user