Skip to content

Commit

Permalink
Fix serviceworker environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 20, 2025
1 parent f9dd683 commit 8b342fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ALL_JOBS = [
getGlobals: getWebWorkerGlobals,
},
{
environment: 'serviceWorker',
environment: 'serviceworker',
getGlobals: getServiceWorkerGlobals,
},
{
Expand Down

0 comments on commit 8b342fb

Please sign in to comment.