prepare replaced with postinstall

This commit is contained in:
Jan Prochazka
2021-04-17 09:57:12 +02:00
parent 6b85870523
commit 479cec4209
6 changed files with 4 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
"dbgate"
],
"scripts": {
"prepare": "yarn build",
"postinstall": "yarn build",
"build": "tsc",
"start": "tsc --watch"
},