Skip to content

Commit 8a8911e

Browse files
committed
fix(cicd) update build check for new service worker
1 parent cd422fe commit 8a8911e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
[ -n "$(compgen -G "dist/ui/js/websocket.js")" ] || exit 1
6161
[ -n "$(compgen -G "dist/ui/icons*.svg")" ] || exit 1
6262
[ -n "$(compgen -G "dist/ui/stylez*.css")" ] || exit 1
63-
[ -n "$(compgen -G "dist/workbox*.js")" ] || exit 1
6463
echo "Build successful"
6564
- name: upload build results as artifact
6665
if: success() && github.ref == 'refs/heads/main'

docs/building-and-developing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ dist/
6868
├── index.html # Main entry point
6969
├── site.webmanifest # PWA manifest
7070
├── service.js # Service worker
71-
├── workbox-[hash].js # Workbox runtime for caching
7271
├── robots.txt # Search engine directives
7372
├── sitemap.xml # Site map
7473
├── humans.txt # Humans.txt file

docs/project-structure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ dist/ # Generated by `bun bake`
684684
├── index.html # Main entry point
685685
├── site.webmanifest # PWA manifest
686686
├── service.js # Service worker
687-
├── workbox-[hash].js # Workbox runtime
688687
├── robots.txt # Search engine directives
689688
├── sitemap.xml # Site map
690689
├── humans.txt # Humans.txt

0 commit comments

Comments
 (0)