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:
Webber Takken
2020-08-22 19:17:02 +02:00
committed by GitHub
parent 3ee15170fd
commit 67b76584b8
7 changed files with 193 additions and 10292 deletions

View File

@@ -57,6 +57,9 @@
"*.{json,md,yaml,yml}": [
"prettier --write",
"git add"
],
"*.sh": [
"git update-index --chmod=+x"
]
}
}