build: interface uses unsafe-perm for docker

This commit is contained in:
Matilde Park 2021-06-21 11:12:31 -05:00
parent 26422ced6e
commit bda29360d3

View File

@ -128,5 +128,8 @@
"license": "MIT",
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix"
},
"config": {
"unsafe-perm": true
}
}