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 1f6b7ae commit 2b6414a
Showing 1 changed file 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

0 comments on commit 2b6414a

Please sign in to comment.