This commit is contained in:
Lauri Räsänen 2020-09-26 13:29:30 +03:00
parent 28cf51a6b6
commit 270fce7f9e
9 changed files with 385 additions and 356 deletions

View file

@ -11,6 +11,7 @@
},
"scripts": {
"postinstall": "patch-package",
"build": "tsc"
"build": "tsc",
"format": "prettier --write ."
}
}
}