Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 2c06bbb

Browse files
committed
ci(netlify): generate service worker after generation
Signed-off-by: Jonah Snider <[email protected]>
1 parent 269a2ed commit 2c06bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ cd ..
2222
poetry run mkdocs build
2323

2424
mv ./.yarnrc.yml.tmp ./.yarnrc.yml
25+
26+
echo Generating service worker
27+
yarn run sw:gen

0 commit comments

Comments
 (0)