Skip to content

Commit

Permalink
add workaround for ios angular/angular#50378
Browse files Browse the repository at this point in the history
  • Loading branch information
asdman384 committed Jan 11, 2024
1 parent 2b6414a commit bf98a81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ng build --configuration=development",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"postinstall": "node ../scripts/service-worker-ios-workaround.js"
"postinstall": "node scripts/service-worker-ios-workaround.js"
},
"private": true,
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit bf98a81

Please sign in to comment.