Cleanup root dir (#133)
* Remove package-lock.json * Move bootstrap logic into action folder * Fix relative path * update index after rebase * Shell files are executable * Update yarn.lock * Update yarn.lock
This commit is contained in:
@@ -57,6 +57,9 @@
|
||||
"*.{json,md,yaml,yml}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
],
|
||||
"*.sh": [
|
||||
"git update-index --chmod=+x"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user