Minor fix on the patched file permission

This commit is contained in:
Anandraj 2020-08-18 10:22:37 -07:00
Родитель 7c4e0a679f
Коммит 254be93413
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@ jobs:
- task: CmdLine@2
displayName: chmod
inputs:
script: chmod -R +r .
script: chmod -R +rw .
- task: CmdLine@2
displayName: "Rename package to react-native"