Skip to content

Commit

Permalink
fixed sandbox service worker names
Browse files Browse the repository at this point in the history
This rename was missed in PR #1031
  • Loading branch information
jkasten2 committed Jul 27, 2023
1 parent e7a4130 commit 2d5e105
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/buildServiceWorker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Builds the local service worker files for express_webpack for use in local dev env
echo "Building local service worker file with arguments: ${1} ${2}"
echo "importScripts(\"https://${1}${2}/sdks/web/v16/Dev-OneSignalSDK.sw.js\");" > express_webpack/push/onesignal/OneSignalSDK.sw.js
echo "importScripts(\"https://${1}${2}/sdks/web/v16/Dev-OneSignalSDK.sw.js\");" > express_webpack/OneSignalSDK.sw.js
echo "importScripts(\"https://${1}${2}/sdks/web/v16/Dev-OneSignalSDK.sw.js\");" > express_webpack/push/onesignal/OneSignalSDKWorker.js
echo "importScripts(\"https://${1}${2}/sdks/web/v16/Dev-OneSignalSDK.sw.js\");" > express_webpack/OneSignalSDKWorker.js
File renamed without changes.

0 comments on commit 2d5e105

Please sign in to comment.