Skip to content

Commit

Permalink
Fix recursive dir permissions in ci:build
Browse files Browse the repository at this point in the history
Give everyone the same permissions as the owner (root in docker)
  • Loading branch information
lidel committed Feb 12, 2018
1 parent 0d43891 commit 7a0b460
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 @@ -40,7 +40,7 @@
"ci": "run-s ci:*",
"ci:install": "npx yarn@1.3.2 install --frozen-lockfile",
"ci:test": "npx yarn@1.3.2 test",
"ci:build": "npx yarn@1.3.2 build && shx chmod -R ugo+rw build/ add-on/",
"ci:build": "npx yarn@1.3.2 build && shx chmod -R g=u,o=u build/ add-on/",
"yarn-build": "npx yarn@1.3.2 && npx yarn@1.3.2 build"
},
"private": true,
Expand Down

0 comments on commit 7a0b460

Please sign in to comment.